taifu001

Results 2 comments of taifu001

Hi, thanks for following up. I compared the PyConfig struct definition in v3_8_0.rs against the actual CPython 3.8.0 source code from the official release: 👉 https://github.com/python/cpython/releases/tag/v3.8.0 Specifically, I checked Include/cpython/initconfig.h,...

Thanks for the quick response and the clarification. Context about my use case: I’m building a tool that monitors Python process method/function calls across multiple Python versions at runtime. For...