[Python-Dev] [Python-checkins] Daily reference leaks (42917d774476): sum=9

2014-07-04 Thread Brett Cannon
Looks like there is an actual leak found by test_io. Any ideas on what may
have introduced it?

On Fri Jul 04 2014 at 5:01:02 AM,  wrote:

> results for 42917d774476 on branch "default"
> 
>
> test_functools leaked [0, 0, 3] memory blocks, sum=3
> test_io leaked [2, 2, 2] references, sum=6
>
>
> Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R',
> '3:3:/home/antoine/cpython/refleaks/reflogODkfML', '-x']
> ___
> Python-checkins mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/python-checkins
>
___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2014-07-04 Thread Python tracker

ACTIVITY SUMMARY (2014-06-27 - 2014-07-04)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open4603 (-40)
  closed 29086 (+82)
  total  33689 (+42)

Open issues with patches: 2150 


Issues opened (34)
==

#8631: subprocess.Popen.communicate(...) hangs on Windows
http://bugs.python.org/issue8631  reopened by terry.reedy

#20155: Regression test test_httpservers fails, hangs on Windows
http://bugs.python.org/issue20155  reopened by r.david.murray

#21876: os.rename(src,dst) does nothing when src and dst files are har
http://bugs.python.org/issue21876  opened by Aaron.Swan

#21877: External.bat and pcbuild of tkinter do not match.
http://bugs.python.org/issue21877  opened by terry.reedy

#21878: wsgi.simple_server's wsgi.input read/readline waits forever in
http://bugs.python.org/issue21878  opened by rschoon

#21879: str.format() gives poor diagnostic on placeholder mismatch
http://bugs.python.org/issue21879  opened by roysmith

#21880: IDLE: Ability to run 3rd party code checkers
http://bugs.python.org/issue21880  opened by sahutd

#21881: python cannot parse tcl value
http://bugs.python.org/issue21881  opened by schwab

#21882: turtledemo modules imported by test___all__ cause side effects
http://bugs.python.org/issue21882  opened by ned.deily

#21883: relpath: Provide better errors when mixing bytes and strings
http://bugs.python.org/issue21883  opened by Matt.Bachmann

#21885: shutil.copytree hangs (on copying root directory of a lxc cont
http://bugs.python.org/issue21885  opened by krichter

#21886: asyncio: Future.set_result() called on cancelled Future raises
http://bugs.python.org/issue21886  opened by haypo

#21888: plistlib.FMT_BINARY behavior doesn't send required dict parame
http://bugs.python.org/issue21888  opened by n8henrie

#21889: https://docs.python.org/2/library/multiprocessing.html#process
http://bugs.python.org/issue21889  opened by krichter

#21890: wsgiref.simple_server sends headers on empty bytes
http://bugs.python.org/issue21890  opened by rschoon

#21895: signal.pause() doesn't wake up on SIGCHLD in non-main thread
http://bugs.python.org/issue21895  opened by bkabrda

#21896: Unexpected ConnectionResetError in urllib.request against a va
http://bugs.python.org/issue21896  opened by Tymoteusz.Paul

#21897: frame.f_locals causes segfault on Python >=3.4.1
http://bugs.python.org/issue21897  opened by msmhrt

#21898: .hgignore: Missing ignores for Eclipse/pydev
http://bugs.python.org/issue21898  opened by andymaier

#21899: Futures are not marked as completed
http://bugs.python.org/issue21899  opened by Sebastian.Kreft.Deezer

#21901: test_selectors.PollSelectorTestCase.test_above_fd_setsize repo
http://bugs.python.org/issue21901  opened by r.david.murray

#21902: Docstring of math.acosh, asinh, and atanh
http://bugs.python.org/issue21902  opened by kdavies4

#21903: ctypes documentation MessageBoxA example produces error
http://bugs.python.org/issue21903  opened by Dan.O'Donovan

#21905: RuntimeError in pickle.whichmodule  when sys.modules if mutate
http://bugs.python.org/issue21905  opened by Olivier.Grisel

#21906: Tools\Scripts\md5sum.py doesn't work in Python 3.x
http://bugs.python.org/issue21906  opened by torrin

#21907: Update Windows build batch scripts
http://bugs.python.org/issue21907  opened by zach.ware

#21909: PyLong_FromString drops const
http://bugs.python.org/issue21909  opened by h.venev

#21910: File protocol should document if writelines must handle genera
http://bugs.python.org/issue21910  opened by JanKanis

#21911: "IndexError: tuple index out of range" should include the requ
http://bugs.python.org/issue21911  opened by cool-RR

#21913: Possible deadlock in threading.Condition.wait() in Python 2.7.
http://bugs.python.org/issue21913  opened by sangeeth

#21914: Create unit tests for Turtle guionly
http://bugs.python.org/issue21914  opened by Lita.Cho

#21915: telnetlib.Telnet constructor does not match telnetlib.Telnet._
http://bugs.python.org/issue21915  opened by yaneurabeya

#21916: Create unit tests for turtle textonly
http://bugs.python.org/issue21916  opened by ingrid

#21917: Python 2.7.7 Tests fail, and math is faulty
http://bugs.python.org/issue21917  opened by repcsike



Most recent 15 issues with no replies (15)
==

#21916: Create unit tests for turtle textonly
http://bugs.python.org/issue21916

#21909: PyLong_FromString drops const
http://bugs.python.org/issue21909

#21899: Futures are not marked as completed
http://bugs.python.org/issue21899

#21898: .hgignore: Missing ignores for Eclipse/pydev
http://bugs.python.org/issue21898

#21889: https://docs.python.org/2/library/multiprocessing.html#process
http://bugs.python.org/issue21889

#21885: shutil.copytree hangs (on copying root directory of a lxc cont
http://bugs.python.org/issue21885

#21874: test_strptime