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

Prototype for less alloc in dict #17

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

matthiasgoergens
Copy link
Owner

No description provided.

vsajip and others added 21 commits September 8, 2022 08:22
…ython#96666)

Fix the faulthandler implementation of faulthandler.register(signal,
chain=True) if the sigaction() function is not available: don't call
the previous signal handler if it's NULL.
…pythonGH-96691)

* Update test_dotted_but_module_not_loaded to reflect the move of unittest.test to test.test_unittest.
… regression test. (python#96717)

A regression would still absolutely fail and even a flaky pass isn't
harmful as it'd fail most of the time across our N system test runs.

Windows has a low resolution timer and CI systems are prone to odd
timing so this just gives more leeway to avoid flakiness.
@matthiasgoergens matthiasgoergens force-pushed the matthias/less-alloc-in-dict branch from 7933cee to b3a5cc3 Compare September 10, 2022 06:11
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.