Re: [Python-Dev] [Core-mentorship] C version of weakrefset.py.

2017-06-23 Thread Brett Cannon
On Thu, 22 Jun 2017 at 16:26 Bhavishya wrote: > Also I saw your conversation with "Brett Cannon" on lazy-loading some > modules at startup, and also doing so using ModuleProxy(also several > implementations that exist like importlib's Lazyloader >

Re: [Python-Dev] [Core-mentorship] C version of weakrefset.py.

2017-06-22 Thread Bhavishya
Also I saw your conversation with "Brett Cannon" on lazy-loading some modules at startup, and also doing so using ModuleProxy(also several implementations that exist like importlib's Lazyloader

Re: [Python-Dev] [Core-mentorship] C version of weakrefset.py.

2017-06-22 Thread Bhavishya
Hello, 1)I might be totally wrong here, but even if we go with stripping annotation(in .pyc)...still the "lag" that comes from ABCs needs to be addressed. 2) I been reading for past few days about your fat-optimizer project and the corresponding TO-DO list, if you think that PEP-0511 should be imp