On Tue, Mar 23, 2021 at 9:04 AM Ivan Pozdeev via Python-Dev
wrote:
> Also, how is the now-split-off funcionality to be invoked? Does it require
> two or more imports now, or it's imported on demand when one
> invokes an appropriate test.support entry?
By the way, splitting test.support into sub-
Hi Ivan,
On Tue, Mar 23, 2021 at 9:04 AM Ivan Pozdeev via Python-Dev
wrote:
> I didn't quite get what the big effect is. Saving 30 milliseconds?
I started to dig into this issue while debugging a random crash on AIX
(bpo-40091). A test_threading test using fork randomly crashed on AIX.
I discove
I didn't quite get what the big effect is. Saving 30 milliseconds?
Also, how is the now-split-off funcionality to be invoked? Does it require two or more imports now, or it's imported on demand when one
invokes an appropriate test.support entry?
On 23.03.2021 4:29, Victor Stinner wrote:
Hi,