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
ecf0f025
Commit
ecf0f025
authored
Apr 26, 2003
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge back from r23b1-branch
parent
fa1eddfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Lib/test/test_logging.py
Lib/test/test_logging.py
+2
-0
Misc/NEWS
Misc/NEWS
+2
-3
No files found.
Lib/test/test_logging.py
View file @
ecf0f025
...
...
@@ -470,6 +470,8 @@ def test_main():
socketDataProcessed
.
acquire
()
socketDataProcessed
.
wait
()
socketDataProcessed
.
release
()
for
thread
in
threads
:
thread
.
join
()
banner
(
"logrecv output"
,
"begin"
)
sys
.
stdout
.
write
(
sockOut
.
getvalue
())
sockOut
.
close
()
...
...
Misc/NEWS
View file @
ecf0f025
...
...
@@ -210,8 +210,6 @@ Tools/Demos
-
New
script
combinerefs
.
py
helps
analyze
new
PYTHONDUMPREFS
output
.
See
the
module
docstring
for
details
.
TBD
Build
-----
...
...
@@ -229,6 +227,7 @@ C API
-
LONG_LONG
was
renamed
to
PY_LONG_LONG
.
Extensions
that
use
this
and
need
compatibility
with
previous
versions
can
use
this
:
#
ifndef
PY_LONG_LONG
#
define
PY_LONG_LONG
LONG_LONG
#
endif
...
...
@@ -243,7 +242,7 @@ C API
New
platforms
-------------
TBD
None
this
time
.
Tests
-----
...
...
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