Re: [Python-Dev] Postponed annotations break inspection of dataclasses

2018-09-23 Thread Raymond Hettinger
> On Sep 22, 2018, at 1:38 PM, Yury Selivanov wrote: > > On Sat, Sep 22, 2018 at 3:11 PM Guido van Rossum wrote: > [..] >> Still, I wonder if there's a tweak possible of the globals and locals used >> when exec()'ing the function definitions in dataclasses.py, so that >> get_type_hints() ge

Re: [Python-Dev] Official citation for Python

2018-09-23 Thread Jacqueline Kazil
I wanted to send an update. At the NumFocus Summit, I found out about... This: https://www.force11.org/group/software-citation-working-group & this: https://github.com/adrn/CitationPEP I am going to work on a citation approach based off of those two sources and come back with a more developed prop

[Python-Dev] (no subject)

2018-09-23 Thread R Alshammrei
-- في 8 سبتمبر ، 2017 في تمام الساعة 12:30 بعد منتصف الليل ، سيقوم Masayuki YAMAMOTO < ma3yuki.8mamo10 at gmail.com > كتب: > *مرحبا يا قوم، * > > *I إرسال PEP 539 المسودة الثالثة للالنهاية. شكرا لجميع النصائح * > *وا

Re: [Python-Dev] Postponed annotations break inspection of dataclasses

2018-09-23 Thread David Hagen
On Sat, Sep 22, 2018 at 12:41 PM Guido van Rossum wrote: > Probably a bugs.python.org issue is a better place to dive into the details than python-dev. Issue tracker issue created: https://bugs.python.org/issue34776 ___ Python-Dev mailing list Python-De

Re: [Python-Dev] Postponed annotations break inspection of dataclasses

2018-09-23 Thread David Hagen
On Sat, Sep 22, 2018 at 3:11 PM Guido van Rossum wrote: > Still, I wonder if there's a tweak possible of the globals and locals used when exec()'ing the function definitions in dataclasses.py, so that get_type_hints() gets the right globals for this use case. On Sat, Sep 22, 2018 at 4:38 PM Yury