[Python-Dev] Re: PEP 11: Drop support for AIX releases without dlopen

2020-10-27 Thread Victor Stinner
Le ven. 16 oct. 2020 à 22:35, Kevin Adler a écrit : > Python has supported using dynload_shlib (using dlopen) on AIX since > https://github.com/python/cpython/commit/c19c5a62aef7dce0e8147655b0d2f087965fae75 > in 2003. This is also about the time that AIX 4.3 went out of support, which > is beli

[Python-Dev] Re: os.scandir bug in Windows?

2020-10-27 Thread Stephen J. Turnbull
Greg Ewing writes: > Also it's kind of weird that just looking at data on the > disk can change something about it. The "something about it" *did* change. The world is a dynamic entity, it does change. What you think is weird is that the metadata change is recorded. Note: you can "fix" direc