[sage-devel] Re: Using importhooks for "preparsing"

2020-07-27 Thread Matthias Koeppe
On Monday, July 27, 2020 at 8:56:48 PM UTC-7, Nils Bruin wrote: > > On Monday, July 27, 2020 at 11:43:44 AM UTC-7, Matthias Koeppe wrote: >> >> On Sunday, July 26, 2020 at 4:10:25 PM UTC-7, Nils Bruin wrote: >>> >>> With the adoption of Python 3 in Sage, we have access to a lot of more >>> recent

[sage-devel] Re: Using importhooks for "preparsing"

2020-07-27 Thread Nils Bruin
On Monday, July 27, 2020 at 11:43:44 AM UTC-7, Matthias Koeppe wrote: > > On Sunday, July 26, 2020 at 4:10:25 PM UTC-7, Nils Bruin wrote: >> >> With the adoption of Python 3 in Sage, we have access to a lot of more >> recent development in python. One of which is the new "import" machinery, >> wh

[sage-devel] Re: Using importhooks for "preparsing"

2020-07-27 Thread Matthias Koeppe
On Sunday, July 26, 2020 at 4:10:25 PM UTC-7, Nils Bruin wrote: > > With the adoption of Python 3 in Sage, we have access to a lot of more > recent development in python. One of which is the new "import" machinery, > which makes hooking in particular processors a lot easier. [...] > +1. In parti