Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4c19b957
Commit
4c19b957
authored
Mar 05, 2018
by
Barry Warsaw
Committed by
GitHub
Mar 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add What's New for issues 32303 and 32305 (GH-5994)
parent
22c82be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.7.rst
+8
-0
No files found.
Doc/whatsnew/3.7.rst
View file @
4c19b957
...
...
@@ -958,6 +958,14 @@ Other CPython Implementation Changes
by setting the new ``f_trace_opcodes`` attribute to :const:`True` on the frame
being traced. (Contributed by Nick Coghlan in :issue:`31344`.)
* Fixed some consistency problems with namespace package module attributes.
Namespace module objects now have an ``__file__`` that is set to ``None``
(previously unset), and their ``__spec__.origin`` is also set to ``None``
(previously the string ``"namespace"``). See :issue:`32305`. Also, the
namespace module object's ``__spec__.loader`` is set to the same value as
``__loader__`` (previously, the former was set to ``None``). See
:issue:`32303`.
Deprecated
==========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment