-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed as not planned
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
i can find PyIOBase_Type in libpython3.7m.so.1 with python3.7.9
[root@localhost ~]# python --version
Python 3.7.9
[root@localhost ~]# strings /usr/lib64/libpython3.7m.so.1.0 |grep PyIOBase_Type
PyIOBase_Type
but i can't find PyIOBase_Type in libpython3.9.so.1 with python3.9.9
[root@localhost lib64]# python --version
Python 3.9.9
[root@localhost lib64]# strings /usr/lib64/libpython3.9.so.1.0 |grep PyIOBase_Type
[root@localhost lib64]#
Your environment
- CPython versions tested on: python3.7.9 and python3.9.9
- Operating system and architecture: arm64
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error

