Hi there 👋
I am Pablo Galindo Salgado and I'm a Python core developer, Steering Council member and release manager of Python 3.10 and 3.11. If you find my open source contributions valuable, please consider sponsoring me.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI am Pablo Galindo Salgado and I'm a Python core developer, Steering Council member and release manager of Python 3.10 and 3.11. If you find my open source contributions valuable, please consider sponsoring me.
Issue: gh-94510
inspect functions
The code that sets trace and profile functions is not re-entrant. We are leaking objects if removing a profile/trace functions triggers a re-entran…