Skip to content

Sync Fork from Upstream Repo #501

Merged
sthagen merged 22 commits intosthagen:mainfrom
python:main
May 15, 2021
Merged

Sync Fork from Upstream Repo #501
sthagen merged 22 commits intosthagen:mainfrom
python:main

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented May 15, 2021

No description provided.

joemarshall and others added 22 commits May 13, 2021 10:54
…natures (GH-26062)

These are passed and called as PyCFunction, however they are defined here without the (ignored) args parameter.

This works fine in some C compilers, but fails in webassembly or anything else that has strict function pointer call type checking.
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text.

Automerge-Triggered-By: GH:pitrou
These APIs are deprecated since Python 3.3. They are not documented too.
* Update patma language reference with new changes to sequence and mapping

* update 3.10 whatsnew too
* bpo-38250: add version added for FlagBoundary

* Also add versionadded for utilities

Co-authored-by: hauntsaninja <>
The previous example did not fully showcase the interest of using gather.

Here the example showcases "the result is an aggregate list of returned values".
Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
When a Thread is not joined after it has stopped, its lock may remain in the _shutdown_locks set until interpreter shutdown.  If many threads are created this way, the _shutdown_locks set could therefore grow endlessly.  To avoid such a situation, purge expired locks each time a new one is added or removed.
In numbers module docstrings and docs.
@sthagen sthagen merged commit fcb7a6d into sthagen:main May 15, 2021
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.