Skip to content

[pull] main from python:main - #1360

Merged
pull[bot] merged 8 commits into
tj-python:mainfrom
python:main
Aug 10, 2026
Merged

[pull] main from python:main#1360
pull[bot] merged 8 commits into
tj-python:mainfrom
python:main

Conversation

@pull

@pull pull Bot commented Aug 10, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

lpyu001 and others added 8 commits August 10, 2026 19:19
…-155479)

logging.config.listen() docstring had omitted dictConfig() support.
The test fails if run using PYTHONWARNINGS=error environment
variable. Use make_clean_env() function to not inherit PYTHON
environment variables.
)

Replace assert_python_ok() result:

* proc[0] => proc.rc
* proc[1] => proc.out
* proc[2] => proc.err
* Replace pwd[0] with pwd.pw_name
* Replace pwd[2] with pwd.pw_uid
* Replace grp[0] with grp.gr_name
* Replace grp[2] with grp.gr_gid
* Replace pwd[3] with pwd.pw_gid
Replace os.stat() result:

* st[1] => st.st_ino
* st[6] => st.st_size
* st[ST_MTIME] => st_mtime: change int type to float
A submodule not imported by its package is now imported if needed.
Errors raised during importing the module or looking up an attribute are now propagated instead of being replaced with generic ImportError or AttributeError.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Check that sys types are immutable:

* type(sys.flags)
* type(sys.get_asyncgen_hooks())
* type(sys.getwindowsversion())
* type(sys.hash_info)
* type(sys.version_info)
@pull pull Bot locked and limited conversation to collaborators Aug 10, 2026
@pull pull Bot added the ⤵️ pull label Aug 10, 2026
@pull
pull Bot merged commit 219768f into tj-python:main Aug 10, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants