[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-14 Thread Géry
Géry added the comment: Yes, closed. -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-14 Thread Brett Cannon
Brett Cannon added the comment: Can this be closed? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-04 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-04 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: New changeset 69091cb497b2f0fe7e2789b30b43cf78caf9de9b by Barry Warsaw (Nina Zakharenko) in branch 'master': bpo-35321: Set the spec origin to frozen in frozen modules (#11732)

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-01 Thread Nina Zakharenko
Change by Nina Zakharenko : -- keywords: +patch pull_requests: +11629 stage: test needed -> patch review ___ Python tracker ___ ___

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-01 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-01-18 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I am mentoring Nina so I'll review this. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-01-18 Thread Nina Zakharenko
Nina Zakharenko added the comment: I'll be happy to take a look at this. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-01-18 Thread Nina Zakharenko
Change by Nina Zakharenko : -- assignee: -> nnja nosy: +nnja ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-01-18 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Frozen module's origin isn't really documented AFAICT. Here's the link to the library reference: https://docs.python.org/3/library/importlib.html?highlight=origin#importlib.machinery.ModuleSpec.origin The language reference doesn't really have anything to

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-01-18 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2018-11-27 Thread Brett Cannon
Brett Cannon added the comment: I can replicate. Do note, though, that PEPs are not documentation once they are implemented; at that point the official docs are what should be followed. -- components: +Interpreter Core -Library (Lib) nosy: -docs@python stage: -> test needed type:

[issue35321] None _frozen_importlib.__spec__.origin attribute

2018-11-26 Thread Géry
New submission from Géry : How to reproduce: In Python: > import _frozen_importlib > print(_frozen_importlib.__spec__.origin) Observed result: The __spec__.origin attribute of the _frozen_importlib module is None. Expected result: The __spec__.origin attribute of the _frozen_importlib module