[issue46451] Tracing causes module globals to be mutated when calling functions from C

Mark Shannon report at bugs.python.org
Tue Feb 1 05:10:23 EST 2022


Mark Shannon <mark at hotpy.org> added the comment:

Can you reproduce this in pure Python?
If not, can you produce a minimal reproducer using just NumPy?

If you can't do either, I'm going to have to assume that this is a NumPy or Pandas bug.

Maybe NumPy or Pandas is accessing CPython internals, but not via the C-API, and those internals changed between 3.9 and 3.10?

----------
nosy: +Mark.Shannon

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46451>
_______________________________________


More information about the Python-bugs-list mailing list