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

when packed with pyinstaller deprecations.py raises an error #423

Closed
jossef opened this issue Oct 5, 2020 · 3 comments
Closed

when packed with pyinstaller deprecations.py raises an error #423

jossef opened this issue Oct 5, 2020 · 3 comments

Comments

@jossef
Copy link

jossef commented Oct 5, 2020

stacktrace:

  File "tlslite\utils\deprecations.py", line 94, in wrapper
  File "tlslite\tlsconnection.py", line 394, in handshakeClientCert
  File "tlslite\tlsconnection.py", line 412, in _handshakeClientAsync
  File "tlslite\tlsconnection.py", line 4331, in _handshakeWrapperAsync
  File "tlslite\tlsconnection.py", line 644, in _handshakeClientAsyncHelper
  File "tlslite\tlsconnection.py", line 1801, in _clientFinished
  File "tlslite\tlsrecordlayer.py", line 1336, in _calcPendingStates
  File "tlslite\recordlayer.py", line 1224, in calcPendingStates
  File "tlslite\utils\cipherfactory.py", line 95, in createAESGCM
  File "tlslite\utils\openssl_aesgcm.py", line 13, in new
  File "tlslite\utils\deprecations.py", line 44, in _func
TypeError: 'NoneType' object is not iterable
@tomato42
Copy link
Member

tomato42 commented Oct 6, 2020

version?

@jossef
Copy link
Author

jossef commented Oct 6, 2020

master (0.8.0-alpha38)

@tomato42
Copy link
Member

closing as #424 is closed

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 a pull request may close this issue.

2 participants