main
Name already in use
Commits on Jan 13, 2023
-
gh-100247: Fix py.exe launcher not using entire shebang command for f…
…inding custom commands (GH-100944)
-
gh-86682: Adds sys._getframemodulename as an alternative to using _ge…
…tframe (GH-99520) Also updates calls in collections, doctest, enum, and typing modules to use _getframemodulename first when available.
Commits on Jan 12, 2023
-
-
gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and…
-
gh-96461: Improve docs for bytecode instructions (GH-96462)
* Clarify the meaning of the oparg for CACHE and COPY opcode in dis doc * Use STACK to describe stack operation in analogy with a Python list * Remove (delta) from BEFORE_WITH since BEFORE_WITH does not take an argument * Fix the description of the stack impact of multiple opcodes
-
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
The details on the "nitems+1" expression is a bit subtle so add a longer comment about it.
-
Commits on Jan 11, 2023
-
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Fix the gdbm_compat library detection logic to actually check for -lgdbm_compat independently of the ndbm detection. This fixes the build failure with `--with-dbmliborder=gdbm`, and implicit fallback to ndbm with the default value.
-
gh-94912: Adjusted check for non-standard coroutine function marker. (#…
-
-
Skip py.exe launcher tests in full layout CI test (GH-100948)
These tests become flaky when py.exe exists on the test machine but isn't the one that was just built. They also don't provide any useful information for this scenario, so easiest to just skip them.
-
gh-100871: Improve
copymodule tests (GH-100872)CC @AlexWaygood as the reviewer of #100818 Automerge-Triggered-By: GH:AlexWaygood
-
Commits on Jan 10, 2023
Commits on Jan 9, 2023
-
gh-100873: Fix "‘lo’ may be used uninitialized in this function" warn…
…ing in `mathmodule.c` (#100881)
-
GH-81061: Fix refcount issue when returning
Nonefrom a `ctypes.py_……object` callback (#13364)
-