Skip to content
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

Fix #487: Remove custom __getattr__ in _HTTPSConnection #497

Merged
merged 1 commit into from
Jan 25, 2017
Merged

Fix #487: Remove custom __getattr__ in _HTTPSConnection #497

merged 1 commit into from
Jan 25, 2017

Conversation

nordevallj
Copy link
Contributor

This prevents maximum recursion depth errors when referencing _HTTPSConnection.connect. The custom __getattr__ was a leftover from 21a5d52 which removed the '_wrapped' attribute.

This prevents maximum recursion depth errors when referencing _HTTPSConnection.connect. The custom __getattr__ was a leftover from 21a5d52 which removed the self._wrapped attribute.
@vmwclabot
Copy link
Member

@nordevallj, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

@vmwclabot
Copy link
Member

@nordevallj, your company's legal contact has approved your signed contributor license agreement. It will also be reviewed by VMware, but the merge can proceed.

@tianhao64 tianhao64 merged commit 59432a0 into vmware:master Jan 25, 2017
@nordevallj nordevallj deleted the pyvmomi-bug-487 branch January 26, 2017 01:19
@vmwclabot
Copy link
Member

@nordevallj, VMware has approved your signed contributor license agreement.

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.

3 participants