Message8479
Running python_bug.py with pypy 3.11.11 incorrectly returns ['context', 'assignedto']
Running it with cpython 3.10.12 also returns ['context', 'assignedto']
Running it with 3.13.5 returns the correct result: ['context', 'assignedto', 'realname', 'user_realnames']
So sometime between 3.10.12 and 3.13.5 the bug got fixed. No joy for pypy,
but it looks like we can return to using:
for 3.13.5 or greater if we want. Still have the issue that using:
self._f.__code__.co_names
uses the internal _f attribute and not a documented stable interface but.... |
|
| Date |
User |
Action |
Args |
| 2026-08-02 22:42:31 | rouilj | set | messageid: <1785710551.08.0.833107080779.issue2551174@roundup-tracker.org> |
| 2026-08-02 22:42:31 | rouilj | set | recipients:
+ rouilj, tekberg |
| 2026-08-02 22:42:31 | rouilj | link | issue2551174 messages |
| 2026-08-02 22:42:30 | rouilj | create | |
|