Skip to content

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Oct 3, 2025

When compiled with --without-doc-strings:

» ./python.exe -m test test_types
Using random seed: 2821981553
0:00:00 load avg: 10.13 Run 1 test sequentially in a single process
0:00:00 load avg: 10.13 [1/1] test_types
test test_types failed -- Traceback (most recent call last):
  File "/Users/sobolev/Desktop/cpython/Lib/test/test_types.py", line 717, in test_frame_locals_proxy_type
    self.assertIsInstance(types.FrameLocalsProxyType.__doc__, str)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not an instance of <class 'str'>

0:00:00 load avg: 10.13 [1/1/1] test_types failed (1 failure)

@sobolevn
Copy link
Member Author

sobolevn commented Oct 3, 2025

No backports are needed, because this is 3.15+ only: 8f59fbb

@sobolevn sobolevn enabled auto-merge (squash) October 3, 2025 21:39
@sobolevn sobolevn merged commit 18d4e2e into python:main Oct 3, 2025
53 checks passed
danigm pushed a commit to openSUSE-Python/cpython that referenced this pull request Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants