-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bunch of warnings emitted when using pyobjc on Python 3.7 with PYTHONWARNINGS=all #252
Comments
Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren). Thanks for the report. This should be fixed in the current tip of the tree, but I haven't run a full test run with this setting yet and may have missed some places that need changes. |
Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren). Changeset 678237bc372b fixes another instance of this problem and with this all instances of this problem should be fixed in PyObjC's codebase. |
Original comment by Łukasz Rogalski (Bitbucket: rogalski, GitHub: rogalski). With Py 3.7.0 and pyobic 5.1.1 still some warnings occur:
|
Original comment by Łukasz Rogalski (Bitbucket: rogalski, GitHub: rogalski). Still occurs with 5.1.2.
|
Original report by Łukasz Rogalski (Bitbucket: rogalski, GitHub: rogalski).
Steps to reproduce:
PYTHONWARNINGS=all python3
import Cocoa
in REPLThe text was updated successfully, but these errors were encountered: