8000 bpo-30436: Fix exception raised for invalid parent. by zvyn · Pull Request #1899 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-30436: Fix exception raised for invalid parent. #1899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 14, 2017
Prev Previous commit
Next Next commit
Add NEWS entry for bpo-30436.
  • Loading branch information
Milan Oberkirch committed Jun 14, 2017
commit c8438b290cd171b6dd2f958cf416093363d55d36
4 changes: 4 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ Extension Modules
Library
-------

- bpo-30436: `importlib.find_spec()` raises ModuleNotFoundError instead of
AttributeError if the package can be imported but is missing the __path__
attribute.

- bpo-16500: Allow registering at-fork handlers.

- bpo-30470: Deprecate invalid ctypes call protection on Windows. Patch by
Expand Down
0