-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION #25753
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
Conversation
The following types use Py_TPFLAGS_DISALLOW_INSTANTIATION flag: * _md5.md5 * _sha1.sha1 * _sha256.sha224 * _sha256.sha256 * _sha512.sha384 * _sha512.sha512
Windows (x64): test_asyncio failed, I re-run all jobs. |
Tests are failing. The failures look unrelated. Could you please file a bug report with asyncio and enum? |
|
I'm reporting test_asyncio failures for 2 years, nobody fix them. I sent two emails on python-dev. I don't have the bandwidth to report the enum issue. I let someone else handling it ;-) It's unrelated to the PR. |
@vstinner Could you please give me time to verify PRs against modules that I'm responsible for? I was in the middle of verifying that test issues were unrelated. |
Usually yes, but for this specific issue I couldn't, I needed to fix it before I leave for 1 week of holiday, and https://bugs.python.org/issue43916 was marked as a release blocker. I preferred to fix the issue than trying to explain the complex status "well, some types are fixed, but not all of them" :-D |
The following types use Py_TPFLAGS_DISALLOW_INSTANTIATION flag:
https://bugs.python.org/issue43916