Skip to content

Conversation

@srinivasreddy
Copy link
Owner

No description provided.

srinivasreddy and others added 28 commits January 28, 2025 16:21
… contains only changes to Configure or Makefile files
Move folding of constant subscription from AST optimizer to CFG.

Co-authored-by: Irit Katriel <[email protected]>
Expand out SETLOCAL so that code generator can see the decref. Mark Py_CLEAR as escaping
…ythonGH-129376)

Test that the trailing pathname separator is preserved.

Multiple trailing pathname separators are only preserved if the pattern
does not contain metacharacters, otherwise only one trailing pathname
separator is preserved. This is rather an implementation detail.
Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
* pythongh-129646: Update the locale alias mapping

* Add a NEWS file.
…ongh-128003)

This adds a new command line argument, `--parallel-threads` to the
regression test runner to allow it to run individual tests in multiple
threads in parallel in order to find multithreading bugs.

Some tests pass when run with `--parallel-threads`, but there's still
more work before the entire suite passes.
…Visitor (python#129672)

* Update the module docstring
* Move ``key_for`` inside the class
* Move ``write_pot_file`` outside the class
)

* Replace PyImport_ImportModule() + PyObject_GetAttr() with
  PyImport_ImportModuleAttr().
* Replace PyImport_ImportModule() + PyObject_GetAttrString() with
  PyImport_ImportModuleAttrString().
Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().

Update tests:

* test_coroutines
* test_exceptions
* test_generators
* test_struct
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.