Re: [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)

2017-10-09 Thread Brett Cannon
On Wed, Oct 4, 2017, 09:00 Antoine Pitrou, wrote: > On Wed, 4 Oct 2017 10:14:22 -0400 > Barry Warsaw wrote: > > On Oct 3, 2017, at 13:29, Benjamin Peterson wrote: > > > > > I'm not sure turning the implementation details of our internal formats > > > into APIs is the way to go. > > > > I still

Re: [Python-Dev] Investigating time for `import requests`

2017-10-09 Thread Brett Cannon
On Mon, Oct 2, 2017, 17:49 Ronald Oussoren, wrote: > Op 3 okt. 2017 om 04:29 heeft Barry Warsaw het > volgende geschreven: > > > On Oct 2, 2017, at 14:56, Brett Cannon wrote: > > > >> So Mercurial specifically is an odd duck because they already do lazy > importing (in fact they are using the l

Re: [Python-Dev] Investigating time for `import requests`

2017-10-09 Thread Brett Cannon
On Mon, Oct 2, 2017, 13:56 Antoine Pitrou, wrote: > On Mon, 02 Oct 2017 18:56:15 + > Brett Cannon wrote: > > > > So Mercurial specifically is an odd duck because they already do lazy > > importing (in fact they are using the lazy loading support from > importlib). > > Do they? I was under t

Re: [Python-Dev] Investigating time for `import requests`

2017-10-09 Thread Brett Cannon
On Mon, Oct 2, 2017, 12:30 Barry Warsaw, wrote: > On Oct 2, 2017, at 14:56, Brett Cannon wrote: > > > So Mercurial specifically is an odd duck because they already do lazy > importing (in fact they are using the lazy loading support from importlib). > In terms of all of this discussion of tweaki