]> granicus.if.org Git - python/log
python
11 years agoasyncio: fix 2nd task example
Victor Stinner [Tue, 10 Dec 2013 01:51:05 +0000 (02:51 +0100)]
asyncio: fix 2nd task example

11 years agoasyncio doc: rewrite the callback hello world to use call_soon() instead of a
Victor Stinner [Tue, 10 Dec 2013 01:47:22 +0000 (02:47 +0100)]
asyncio doc: rewrite the callback hello world to use call_soon() instead of a
direct call.

11 years agoassyncio doc: rewrite, improve and move coroutine, Future and Task examples
Victor Stinner [Tue, 10 Dec 2013 01:09:46 +0000 (02:09 +0100)]
assyncio doc: rewrite, improve and move coroutine, Future and Task examples

11 years ago(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function proto...
Victor Stinner [Tue, 10 Dec 2013 00:20:39 +0000 (01:20 +0100)]
(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.

11 years agoIssue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner [Tue, 10 Dec 2013 00:19:58 +0000 (01:19 +0100)]
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.

11 years agoFix typo.
Stefan Krah [Mon, 9 Dec 2013 18:18:59 +0000 (19:18 +0100)]
Fix typo.

11 years agoFix whitespace.
Stefan Krah [Mon, 9 Dec 2013 18:11:05 +0000 (19:11 +0100)]
Fix whitespace.

11 years agoMerge 3.3.
Stefan Krah [Mon, 9 Dec 2013 18:03:24 +0000 (19:03 +0100)]
Merge 3.3.

11 years agoIssue #15475: Add __sizeof__ implementations for itertools objects.
Serhiy Storchaka [Mon, 9 Dec 2013 15:45:57 +0000 (17:45 +0200)]
Issue #15475: Add __sizeof__ implementations for itertools objects.

11 years agoasyncio doc: explain why the loop is running twice
Victor Stinner [Mon, 9 Dec 2013 12:19:23 +0000 (13:19 +0100)]
asyncio doc: explain why the loop is running twice

11 years agoasyncio: another Future example using add_done_callback()
Victor Stinner [Mon, 9 Dec 2013 12:04:12 +0000 (13:04 +0100)]
asyncio: another Future example using add_done_callback()

11 years agoasyncio doc: add an example with Future
Victor Stinner [Mon, 9 Dec 2013 11:40:17 +0000 (12:40 +0100)]
asyncio doc: add an example with Future

11 years agoIssue #19817: Fix print_exception(), clear the exception on error
Victor Stinner [Mon, 9 Dec 2013 01:10:08 +0000 (02:10 +0100)]
Issue #19817: Fix print_exception(), clear the exception on error

11 years agoBacked out changeset c4c1c4bc8086
Victor Stinner [Mon, 9 Dec 2013 00:59:07 +0000 (01:59 +0100)]
Backed out changeset c4c1c4bc8086

11 years agoIssue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse()...
Victor Stinner [Mon, 9 Dec 2013 00:57:14 +0000 (01:57 +0100)]
Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse() on Windows

os.dup2() is available on Windows.

11 years agoClose #19880: Fix a reference leak in unittest.TestCase. Explicitly break
Victor Stinner [Mon, 9 Dec 2013 00:52:50 +0000 (01:52 +0100)]
Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break
reference cycles between frames and the _Outcome instance.

11 years agoFix #19830: Fix a ResourceWarning in test_poplib.
Victor Stinner [Mon, 9 Dec 2013 00:15:10 +0000 (01:15 +0100)]
Fix #19830: Fix a ResourceWarning in test_poplib.
Patch written by Vajrasky Kok.

11 years ago(Merge 3.3) Issue #17429: Oops, remove unused import
Victor Stinner [Sun, 8 Dec 2013 23:26:12 +0000 (00:26 +0100)]
(Merge 3.3) Issue #17429: Oops, remove unused import

11 years agoIssue #17429: Oops, remove unused import
Victor Stinner [Sun, 8 Dec 2013 23:25:57 +0000 (00:25 +0100)]
Issue #17429: Oops, remove unused import

11 years agoIssue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces
Victor Stinner [Sun, 8 Dec 2013 23:14:52 +0000 (00:14 +0100)]
Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces

11 years ago(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner [Sun, 8 Dec 2013 23:04:09 +0000 (00:04 +0100)]
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
the UTF-8 encoding with the surrogateescape error handler, instead of decoding
from the locale encoding in strict mode. It fixes the function on Fedora 19
which is probably the first major distribution release with a non-ASCII name.
Patch written by Toshio Kuratomi.

11 years agoIssue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner [Sun, 8 Dec 2013 23:01:27 +0000 (00:01 +0100)]
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
encoding with the surrogateescape error handler, instead of decoding from the
locale encoding in strict mode. It fixes the function on Fedora 19 which is
probably the first major distribution release with a non-ASCII name. Patch
written by Toshio Kuratomi.

11 years agoAdd libmpdec license.
Stefan Krah [Sun, 8 Dec 2013 19:54:02 +0000 (20:54 +0100)]
Add libmpdec license.

11 years agoFix two typos.
Stefan Krah [Sun, 8 Dec 2013 19:08:32 +0000 (20:08 +0100)]
Fix two typos.

11 years agoMissed one copyright.
Stefan Krah [Sun, 8 Dec 2013 19:00:56 +0000 (20:00 +0100)]
Missed one copyright.

11 years agoFixes issue #19929: Call os.read with 32768 within subprocess.Popen
Gregory P. Smith [Sun, 8 Dec 2013 18:58:28 +0000 (10:58 -0800)]
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
communicate rather than 4096 for efficiency.  A microbenchmark shows
Linux and OS X both using ~50% less cpu time this way.

11 years agoFixes issue #19929: Call os.read with 32768 within subprocess.Popen
Gregory P. Smith [Sun, 8 Dec 2013 18:56:07 +0000 (10:56 -0800)]
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
communicate rather than 4096 for efficiency.  A microbenchmark shows
Linux and OS X both using ~50% less cpu time this way.

11 years agoUpdate copyright. The four year increment is intentional (to save work).
Stefan Krah [Sun, 8 Dec 2013 18:54:05 +0000 (19:54 +0100)]
Update copyright. The four year increment is intentional (to save work).

11 years agoCloses #18430: Document that peek() may change the position of the underlying
Nadeem Vawda [Sun, 8 Dec 2013 18:50:05 +0000 (19:50 +0100)]
Closes #18430: Document that peek() may change the position of the underlying
file for the BZ2File, GzipFile and LZMAFile classes.

11 years ago#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda [Sun, 8 Dec 2013 18:47:22 +0000 (19:47 +0100)]
#18430: Document that peek() may change the position of the underlying file for
the BZ2File, GzipFile and LZMAFile classes.

11 years agoIssue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
Serhiy Storchaka [Sun, 8 Dec 2013 16:16:18 +0000 (18:16 +0200)]
Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
test_statistics when python is run with -OO.

11 years agoIssue #19535: Fixed test_docxmlrpc when python is run with -OO.
Serhiy Storchaka [Sun, 8 Dec 2013 16:14:49 +0000 (18:14 +0200)]
Issue #19535: Fixed test_docxmlrpc when python is run with -OO.

11 years ago- Issue #19736: Add module-level statvfs constants defined for GNU/glibc
doko@ubuntu.com [Sun, 8 Dec 2013 14:23:07 +0000 (15:23 +0100)]
- Issue #19736: Add module-level statvfs constants defined for GNU/glibc
  based systems.

11 years agoAttempt to fix OpenIndiana build issue introduced by #19922
Christian Heimes [Sun, 8 Dec 2013 14:21:08 +0000 (15:21 +0100)]
Attempt to fix OpenIndiana build issue introduced by #19922

11 years agoIssue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by...
Christian Heimes [Sun, 8 Dec 2013 13:35:55 +0000 (14:35 +0100)]
Issue #19343: Expose FreeBSD-specific APIs in resource module.  Original patch by Koobs.

11 years agoFix test_selectors failure introduced by 39e7995f9ad1.
Charles-François Natali [Sun, 8 Dec 2013 09:06:04 +0000 (10:06 +0100)]
Fix test_selectors failure introduced by 39e7995f9ad1.

11 years agoRemove mentions of Python 2.x and being externally maintained from
Gregory P. Smith [Sun, 8 Dec 2013 08:39:36 +0000 (00:39 -0800)]
Remove mentions of Python 2.x and being externally maintained from
the bundled json module.  Replace that with a mention of it being
a version of the externally maintained simplejson module.

11 years agoRemove mentions of Python 2.x and being externally maintained from
Gregory P. Smith [Sun, 8 Dec 2013 08:39:07 +0000 (00:39 -0800)]
Remove mentions of Python 2.x and being externally maintained from
the bundled json module.  Replace that with a mention of it being
a version of the externally maintained simplejson module.

11 years agoIssue #19926: Removed unneeded test_main from test_abstract_numbers.
Zachary Ware [Sun, 8 Dec 2013 07:01:42 +0000 (01:01 -0600)]
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.

11 years agoIssue #19926: Removed unneeded test_main from test_abstract_numbers.
Zachary Ware [Sun, 8 Dec 2013 07:00:14 +0000 (01:00 -0600)]
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.

11 years agoIssue 19572: More silently skipped tests explicitly skipped.
Zachary Ware [Sun, 8 Dec 2013 06:44:27 +0000 (00:44 -0600)]
Issue 19572: More silently skipped tests explicitly skipped.

11 years agoNormalize whitespace
Zachary Ware [Sun, 8 Dec 2013 06:38:54 +0000 (00:38 -0600)]
Normalize whitespace

11 years agoIssue 19572: More silently skipped tests explicitly skipped.
Zachary Ware [Sun, 8 Dec 2013 06:20:35 +0000 (00:20 -0600)]
Issue 19572: More silently skipped tests explicitly skipped.

11 years agoFixes issue #19506: Use a memoryview to avoid a data copy when piping data
Gregory P. Smith [Sun, 8 Dec 2013 03:14:59 +0000 (19:14 -0800)]
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
to stdin within subprocess.Popen.communicate.  5-10% less cpu usage.

11 years agoFixes issue #19506: Use a memoryview to avoid a data copy when piping data
Gregory P. Smith [Sun, 8 Dec 2013 03:12:46 +0000 (19:12 -0800)]
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
to stdin within subprocess.Popen.communicate.  5-10% less cpu usage.

11 years agoIssue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow [Sun, 8 Dec 2013 02:37:31 +0000 (19:37 -0700)]
Issue #19758: silence PendingDeprecationWarnings in test_importlib.

11 years agoNews item for issue 19876.
Guido van Rossum [Sun, 8 Dec 2013 00:03:36 +0000 (16:03 -0800)]
News item for issue 19876.

11 years agoSilently ignore unregistering closed files. Fixes issue 19876. With docs and slight...
Guido van Rossum [Sat, 7 Dec 2013 23:57:01 +0000 (15:57 -0800)]
Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor.

11 years agoIssue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
Christian Heimes [Sat, 7 Dec 2013 22:39:33 +0000 (23:39 +0100)]
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
for mbrtowc().

11 years agoMerge.
Charles-François Natali [Sat, 7 Dec 2013 19:30:41 +0000 (20:30 +0100)]
Merge.

11 years agoIssue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali [Sat, 7 Dec 2013 19:30:17 +0000 (20:30 +0100)]
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
error upon client disconnection.

11 years agoMerge.
Charles-François Natali [Sat, 7 Dec 2013 19:28:46 +0000 (20:28 +0100)]
Merge.

11 years agoIssue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali [Sat, 7 Dec 2013 19:27:41 +0000 (20:27 +0100)]
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
error upon client disconnection.

11 years agoIssue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali [Sat, 7 Dec 2013 19:03:12 +0000 (20:03 +0100)]
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
error upon client disconnection.

11 years agoSolaris needs a readable file for shared lock
Christian Heimes [Sat, 7 Dec 2013 17:19:21 +0000 (18:19 +0100)]
Solaris needs a readable file for shared lock

11 years agoRemove a duplicated import
Victor Stinner [Sat, 7 Dec 2013 14:02:09 +0000 (15:02 +0100)]
Remove a duplicated import

11 years agoIssue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti [Sat, 7 Dec 2013 09:09:27 +0000 (01:09 -0800)]
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.

Initial patch by Merlijn van Deen.

I've added a few unrelated docstring fixes in the patch while I was at
it, which makes the documentation for pickle a bit more consistent.

11 years agoFix indentation of switch cases.
Guido van Rossum [Sat, 7 Dec 2013 01:46:22 +0000 (17:46 -0800)]
Fix indentation of switch cases.

11 years agomerge 3.3 (#19910)
Benjamin Peterson [Sat, 7 Dec 2013 01:12:51 +0000 (20:12 -0500)]
merge 3.3 (#19910)

11 years agodocument that compile() can take bytes (closes #19910)
Benjamin Peterson [Sat, 7 Dec 2013 01:12:39 +0000 (20:12 -0500)]
document that compile() can take bytes (closes #19910)

11 years agoMention pickle protocol 4, and some tweaks.
Antoine Pitrou [Sat, 7 Dec 2013 00:05:57 +0000 (01:05 +0100)]
Mention pickle protocol 4, and some tweaks.

11 years agoIssue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou [Fri, 6 Dec 2013 23:57:44 +0000 (00:57 +0100)]
Issue #19900: improve generalities at the start of the pickle module doc

11 years agoIssue #19900: improve generalities at the start of the pickle module doc
Antoine Pitrou [Fri, 6 Dec 2013 23:56:59 +0000 (00:56 +0100)]
Issue #19900: improve generalities at the start of the pickle module doc

11 years agocopy 'n paste typo (thx Antoine)
Christian Heimes [Fri, 6 Dec 2013 23:14:55 +0000 (00:14 +0100)]
copy 'n paste typo (thx Antoine)

11 years agoSkip new SSL tests with IocpEventLoop
Christian Heimes [Fri, 6 Dec 2013 23:09:45 +0000 (00:09 +0100)]
Skip new SSL tests with IocpEventLoop

11 years agoLoad expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
Christian Heimes [Fri, 6 Dec 2013 22:43:50 +0000 (23:43 +0100)]
Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
This silences the pre-processor warning '_POSIX_C_SOURCE redefined'.

11 years agoasyncio: Add Task.current_task() class method.
Guido van Rossum [Fri, 6 Dec 2013 20:57:40 +0000 (12:57 -0800)]
asyncio: Add Task.current_task() class method.

11 years agoIssue #19712: Update test.test_importlib.source for PEP 451
Brett Cannon [Fri, 6 Dec 2013 19:25:01 +0000 (14:25 -0500)]
Issue #19712: Update test.test_importlib.source for PEP 451

11 years agoIssue #19712: Update test.test_importlib.import_ to test/use PEP 451
Brett Cannon [Fri, 6 Dec 2013 17:07:25 +0000 (12:07 -0500)]
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
where appropriate.

11 years agoTest same drive in different cases (issue #19908).
Serhiy Storchaka [Fri, 6 Dec 2013 15:25:51 +0000 (17:25 +0200)]
Test same drive in different cases (issue #19908).

11 years agoIssue #19908: pathlib now joins relative Windows paths correctly when a drive
Serhiy Storchaka [Fri, 6 Dec 2013 15:14:12 +0000 (17:14 +0200)]
Issue #19908: pathlib now joins relative Windows paths correctly when a drive
is present.  Original patch by Antoine Pitrou.

11 years agoMerged minor documentation update from 3.3.
Vinay Sajip [Fri, 6 Dec 2013 11:23:08 +0000 (11:23 +0000)]
Merged minor documentation update from 3.3.

11 years agoAdded minor clarification in logging HOWTO.
Vinay Sajip [Fri, 6 Dec 2013 11:22:24 +0000 (11:22 +0000)]
Added minor clarification in logging HOWTO.

11 years agoIssue #19881: Fix bad pickling of large bytes in cpickle.
Alexandre Vassalotti [Fri, 6 Dec 2013 03:29:32 +0000 (19:29 -0800)]
Issue #19881: Fix bad pickling of large bytes in cpickle.

11 years agofix cert names for asyncio test
Christian Heimes [Fri, 6 Dec 2013 01:58:23 +0000 (02:58 +0100)]
fix cert names for asyncio test

11 years agoIssue #19509: Finish implementation of check_hostname
Christian Heimes [Thu, 5 Dec 2013 23:23:13 +0000 (00:23 +0100)]
Issue #19509: Finish implementation of check_hostname
The new asyncio package now supports the new feature and comes with additional tests for SSL.

11 years agoIssue #19296: Silence compiler warning in dbm_open.
Christian Heimes [Thu, 5 Dec 2013 23:20:00 +0000 (00:20 +0100)]
Issue #19296: Silence compiler warning in dbm_open.
Some dbm header files declare the first argument as char * instead of a const char *.

11 years agoIssue #18840: Introduce the json module in the tutorial, and deemphasize the pickle...
Antoine Pitrou [Thu, 5 Dec 2013 22:48:10 +0000 (23:48 +0100)]
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.

11 years agoIssue #18840: Introduce the json module in the tutorial, and deemphasize the pickle...
Antoine Pitrou [Thu, 5 Dec 2013 22:46:32 +0000 (23:46 +0100)]
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.

11 years agoIssue #19850: asyncio: Set SA_RESTART when registering a signal handler to
Charles-François Natali [Thu, 5 Dec 2013 21:47:19 +0000 (22:47 +0100)]
Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to
limit EINTR occurrences.

11 years agoAdd simple test for fcntl.flock()
Christian Heimes [Thu, 5 Dec 2013 15:13:03 +0000 (16:13 +0100)]
Add simple test for fcntl.flock()

11 years agoTest syslog.openlog() without args to test syslog_get_argv()
Christian Heimes [Thu, 5 Dec 2013 12:56:56 +0000 (13:56 +0100)]
Test syslog.openlog() without args to test syslog_get_argv()

11 years agonormalize white space
Christian Heimes [Thu, 5 Dec 2013 06:53:38 +0000 (07:53 +0100)]
normalize white space

11 years agoIssue 19509: Don't call match_hostname() twice in http.client.
Christian Heimes [Thu, 5 Dec 2013 06:51:17 +0000 (07:51 +0100)]
Issue 19509: Don't call match_hostname() twice in http.client.

11 years agoAdd a script similar to xmltests.py to run all SSL-related unit tests
Christian Heimes [Thu, 5 Dec 2013 06:45:36 +0000 (07:45 +0100)]
Add a script similar to xmltests.py to run all SSL-related unit tests

11 years agoTest SSLSock's context getter and setter
Christian Heimes [Thu, 5 Dec 2013 06:41:08 +0000 (07:41 +0100)]
Test SSLSock's context getter and setter

11 years agotouch _lsprof's clear() method for C code coverage
Christian Heimes [Thu, 5 Dec 2013 06:40:29 +0000 (07:40 +0100)]
touch _lsprof's clear() method for C code coverage

11 years agoexclude _hashopenssl.c:_setException() from LCOV coverage
Christian Heimes [Thu, 5 Dec 2013 06:38:13 +0000 (07:38 +0100)]
exclude _hashopenssl.c:_setException() from LCOV coverage

11 years agoCloses #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda [Wed, 4 Dec 2013 22:29:51 +0000 (23:29 +0100)]
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.

Also fix an analogous bug (not a regression) in the lzma module.

11 years ago#19839: Fix lzma module's handling of non-lzma data at EOF.
Nadeem Vawda [Wed, 4 Dec 2013 22:03:49 +0000 (23:03 +0100)]
#19839: Fix lzma module's handling of non-lzma data at EOF.

11 years ago#19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda [Wed, 4 Dec 2013 22:01:15 +0000 (23:01 +0100)]
#19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.

11 years agoMerge socket doc changes from 3.3
Antoine Pitrou [Wed, 4 Dec 2013 20:15:24 +0000 (21:15 +0100)]
Merge socket doc changes from 3.3

11 years agoasyncio: Write flow control for proactor event loop.
Guido van Rossum [Wed, 4 Dec 2013 20:12:07 +0000 (12:12 -0800)]
asyncio: Write flow control for proactor event loop.

11 years agoTweak the socket module doc layout
Antoine Pitrou [Wed, 4 Dec 2013 20:11:03 +0000 (21:11 +0100)]
Tweak the socket module doc layout

11 years agoIssue #19882: tweak docs for socket.close()
Antoine Pitrou [Wed, 4 Dec 2013 20:02:42 +0000 (21:02 +0100)]
Issue #19882: tweak docs for socket.close()

11 years agoFix broken docstring continuation line for detach().
Guido van Rossum [Wed, 4 Dec 2013 19:50:09 +0000 (11:50 -0800)]
Fix broken docstring continuation line for detach().

11 years agoIssue #19509: Don't close the socket in do_handshake() when hostname verification...
Christian Heimes [Wed, 4 Dec 2013 19:46:20 +0000 (20:46 +0100)]
Issue #19509: Don't close the socket in do_handshake() when hostname verification fails.

11 years agoasyncio doc: add some notes on the ping example
Victor Stinner [Wed, 4 Dec 2013 10:16:17 +0000 (11:16 +0100)]
asyncio doc: add some notes on the ping example

11 years agosilence unused-value warnings in libffi's dlmalloc.c
Christian Heimes [Wed, 4 Dec 2013 08:43:21 +0000 (09:43 +0100)]
silence unused-value warnings in libffi's dlmalloc.c

11 years agoSilence more PyObject_INIT() unused value warnings.
Christian Heimes [Wed, 4 Dec 2013 08:34:29 +0000 (09:34 +0100)]
Silence more PyObject_INIT() unused value warnings.