Skip to content

Remove last arg from .socket() call #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

dhalbert
Copy link
Contributor

Analogous fix in this library to adafruit/Adafruit_CircuitPython_Requests#82.

SocketPool.socket() only takes two arguments, but three were being passed. Because of adafruit/circuitpython#5439, this went undetected until recently.

Tagging @tannewt for interest.

@dhalbert dhalbert requested a review from jerryneedell October 25, 2021 02:25
Copy link
Contributor

@jerryneedell jerryneedell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on MagTag -- verified that the mqtt_simpletest fails without this PR but works with it using build from the current tip of main,

@jerryneedell jerryneedell merged commit 9e8b8c1 into adafruit:main Oct 25, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Oct 26, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.9.3 from 3.9.2:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_GPS#71 from theendlessriver13/update-pre-commit

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X to 3.4.0 from 3.3.7:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_VL53L0X#32 from caternuson/iss31
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
  > "Increase duplicate code check threshold "

Updating https://github.com/adafruit/Adafruit_CircuitPython_Debouncer to 1.3.12 from 1.3.11:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_Debouncer#31 from tjpeden/patch-1
  > Added pylint disable for f-strings in tests directory
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.1.3 from 5.1.2:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#94 from dhalbert/socket-arg-fix
  > Globally disabled consider-using-f-string pylint check

Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.10.1 from 1.10.0:
  > add docs link to readme
  > Merge pull request adafruit/Adafruit_CircuitPython_Requests#82 from dhalbert/socket-arg-list
  > Globally disabled consider-using-f-string pylint check
rtwfroody pushed a commit to rtwfroody/Adafruit_CircuitPython_MiniMQTT that referenced this pull request Sep 18, 2022
Remove last arg from .socket() call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants