[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-25 Thread Brett Cannon
Brett Cannon added the comment: Thanks, mental! -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-22 Thread miss-islington
miss-islington added the comment: New changeset 5086589305ff5538709856b27314b68f06ae93db by Miss Islington (bot) (Brett Cannon) in branch 'master': bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) https://github.com/python/cpython/commit/5086589305ff5538

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-16 Thread mental
mental added the comment: Thanks :) I've submitted a review for the patch. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Brett Cannon added the comment: (And sorry about stealing this from you, Terry; I forgot to flip the assignment while I was looking into this.) -- ___ Python tracker ___

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Change by Brett Cannon : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Brett Cannon added the comment: Got a patch up if either of you would like to review. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Change by Brett Cannon : -- keywords: +patch pull_requests: +12325 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Brett Cannon added the comment: I have a fix en-route. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread Brett Cannon
Change by Brett Cannon : -- assignee: terry.reedy -> brett.cannon nosy: -terry.reedy stage: needs patch -> title: Lib/pyclbr.py fails when package spec cannot be determined -> Lib/pyclbr.py crashes when the package spec cannot be determined by importlib versions: -Python 3.8 __

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-15 Thread SilentGhost
Change by SilentGhost : -- components: +Library (Lib) nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-14 Thread mental
Change by mental : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue36298] Lib/pyclbr.py crashes when the package spec cannot be determined by importlib

2019-03-14 Thread mental
New submission from mental : Hi folks! (apologies in advance if any of the code blocks come out irregular, this is my first issue) I was just exploring the `Lib` modules out of curiosity and I discovered `pyclbr` a peculiar artifact from the older days of the Python standard library. I noti