Skip to content

NOT find “PyIOBase_Type” in libpython3.9.so.1 with python3.9.9 #99525

@zhuofeng6

Description

@zhuofeng6

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

image

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]# 

image

Your environment

  • CPython versions tested on: python3.7.9 and python3.9.9
  • Operating system and architecture: arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    pendingThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions