[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: Python 3.1 head is reporting failures in test_strptime under OpenIndiana 147. For example http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.1/builds/3/steps/test/logs/stdio Python 2.7 and 3.2 heads are working fine

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I have access to the machine, so if somebody want to do some kind of test, just ask. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10493

[issue10493] test_strptime failures under OpenIndiana

2010-11-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: OS stock python: j...@pythonbuildbot.uk.openindiana.org:~$ python Python 2.6.4 (r264:75706, Sep 12 2010, 18:46:30) [C] on sunos5 Type help, copyright, credits or license for more information. import time time.strftime(%d) '22' Buildbots

[issue10508] compiler warnings about formatting pid_t as an int

2010-11-22 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: In r85679 Greorg committed a trivial patch to avoid a compiler warning. I request this (single line fix) to be backported to 2.7. My argument is that 2.7 is going to be live for quite long, the fix is trivial, it is already in use in Py3k

[issue10508] compiler warnings about formatting pid_t as an int

2010-11-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Python 3.1 affected also. -- versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10508

[issue9852] test_ctypes fail with clang

2010-11-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9852 ___ ___ Python-bugs-list mailing list

[issue10238] ctypes not building under OS X 10.6 with LLVM/Clang 2.8

2010-11-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10238 ___ ___ Python-bugs-list mailing list

[issue8914] Run clang's static analyzer

2010-11-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8914 ___ ___ Python-bugs-list mailing list

[issue3061] time.strftime() always decodes result with UTF-8

2010-11-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3061 ___ ___ Python-bugs-list mailing list

[issue10493] test_strptime failures under OpenIndiana

2010-11-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I have spend the afternoon doing bisection on the buildslave. The problem was introduced in r73043: r73043 | martin.v.loewis | 2009-05-30 08:13:40 +0200 (Sat, 30 May 2009

[issue1759169] clean up Solaris port and allow C99 extension modules

2010-11-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1759169 ___ ___ Python-bugs-list mailing

[issue10493] test_strptime failures under OpenIndiana

2010-11-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I verified that the bug was present too in the py3k patch sometime ago, but not currently. So I have spend some time doing bisection in the py3k branch to know WHEN the problem was solved. If was solved in r81583

[issue10493] test_strptime failures under OpenIndiana

2010-11-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I have made several experiments to get the minimal patch. It is committed in r86752. It is trivial enough, and risk-free enough, to commit even in RC state (In my opinion). Python 2.7 and 3.2 are not affected. They don't look for SunOS/5.10

[issue8600] test_gdb failures

2010-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___ ___ Python-bugs-list mailing list

[issue4111] Add Systemtap/DTrace probes

2010-11-27 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Some references to keep around: http://src.opensolaris.org/source/xref/jds/spec-files/trunk/patches/ http://src.opensolaris.org/source/xref/jds/spec-files/trunk/patches/Python26-07-dtrace.diff http://src.opensolaris.org/source/xref/jds/spec-files

[issue10500] Palevo.DZ worm msix86 installer 3.x installer

2010-11-28 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: VirusTotal says it is clean. http://www.virustotal.com/file-scan/report.html?id=ca802f144a7e8268a773fa2567fecb0a1d792c62c00f751f27d103a263352113-1290961377 I suggest to close this issue. -- nosy: +jcea

[issue10500] Palevo.DZ worm msix86 installer 3.x installer

2010-11-28 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I would recommend to the poster to contact CA and to notify them that they have a false positive no other antivirus (check VirusTotal site) in the world is having :-). -- ___ Python tracker rep

[issue8879] Implement os.link on Windows

2010-11-28 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This patch seems to break quite a few buildbots. for instance: http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/81/steps/test/logs/stdio test_mbcs_name (test.test_os.LinkTests) ... test test_os failed -- Traceback

[issue10500] Palevo.DZ worm msix86 installer 3.x installer

2010-11-28 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: The virustotal (Note: I am associated to those guys) link I posted included HASHES you can verify in your side to know if it is a false positive or the file is actually altered by something in transit/in your site

[issue8879] Implement os.link on Windows

2010-11-28 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am not familiar with this either, but better to restrict the test to platforms with actual mbcs encoding. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8879

[issue2986] difflib.SequenceMatcher not matching long sequences

2011-01-08 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2986 ___ ___ Python-bugs-list mailing list

[issue10951] gcc 4.6 warnings

2011-01-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10951 ___ ___ Python-bugs-list mailing list

[issue10822] test_getgroups failure under Solaris

2011-01-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Antoine, can you confirm that the problem is solved, and mark this issue as closed/fixed?. Thanks. -- nosy: -rosslagerwall resolution: fixed - stage: committed/rejected - needs patch status: closed - open

[issue10822] test_getgroups failure under Solaris

2011-01-21 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Sorry, Firefox insists in cache-ing the tracker, with bad results. I beg your pardon. -- nosy: +rosslagerwall resolution: - fixed stage: needs patch - committed/rejected status: open - closed

[issue11016] Add S_ISDOOR to the stat module

2011-01-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Thanks for the feature request. It seems trivial to implement, but not trivial to test :). I assign this to myself. I will work on it after Mercurial migration is finished. Getting impatient :). -- assignee: - jcea

[issue11016] Add S_ISDOOR to the stat module

2011-01-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I do know, but when you are working inside a zone, I am not sure you can count of that file being always present. Syslog even could be disabled or not available inside a zone. I am thinking about how to manage OS's with no support for doors

[issue11016] Add S_ISDOOR to the stat module

2011-01-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Given the behaviour of Solaris DOORS, the flags selected are very cleverly chosen. Sensible engineering :). But now I am wondering... Which organization defines flags like S_IFSOCK or S_IFIFO?. Posix members?. I am worried about flag collision

[issue11016] Add S_ISDOOR to the stat module

2011-01-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Antoine, I am not talking about python, I am talking about the UNIX standarization process. In particular, how a new flag (for filesystems) in an OS can be skipped and not being reused for some other purpuse in other OS. Off topic for python

[issue11016] Add S_ISDOOR to the stat module

2011-01-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am looking at Linux :-). Anyway the feedback has been very useful. I will implement this as soon as mercurial switch is done. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue11016] Add S_ISDOOR to the stat module

2011-01-30 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Martin, what if C posix module (or whoever) would export the symbolic constants, and update stat.py to use those symbolic constants?. Do you think that would be an improvement?. -- ___ Python tracker

[issue11016] Add S_ISDOOR to the stat module

2011-01-31 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Martin, I guess stat deprecation could require a few years and it would be an extra incompatibility burden between 2.7 and 3.x. Beside the symbolic constants, why would you see stat deprecated

[issue8998] add crypto routines to stdlib

2011-01-31 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8998 ___ ___ Python

[issue11117] Implementing Async IO

2011-02-04 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: This issue is a placeholder for exposing Async IO thru Python. The relevant mail thread is at: http://mail.python.org/pipermail/python-dev/2010-October/104770.html Relevant resources: http://feedproxy.google.com/~r/Wwwc0t0d0s0org/~3

[issue11117] Implementing Async IO

2011-02-05 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Thanks, David, for the link. The story is really touching :-). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7

[issue6784] byte/unicode pickle incompatibilities between python2 and python3

2011-02-21 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6784 ___ ___ Python-bugs-list mailing list

[issue6137] Make pickle generated by Python 3.x compatible with 2.x and vice-versa.

2011-02-21 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6137 ___ ___ Python-bugs-list mailing list

[issue11286] Some trivial python 2.x pickles fails to load in Python 3.2

2011-02-22 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: I have 10MB pickled structure generated in Python 2.7. I only use basic types (no clases) like sets, dictionaries, lists, strings, etc. The pickle stores a lot of strings. Some of them should be bytes, while other should be unicode. My idea

[issue11286] Some trivial python 2.x pickles fails to load in Python 3.2

2011-02-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I got a trivial (41 bytes long) reproductable case: Pickle the following structure in Python 2.7, and try to unpickle with Python 3.2, using a latin1 encoding: {'ya_volcados': {'comment': ''}} Load with: #!/usr/local/bin/python3 import

[issue11286] Some trivial python 2.x pickles fails to load in Python 3.2

2011-02-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Storing the pickle using protocol 0, it works OK. Using protocol 1 or 2, it fails. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11286

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2011-02-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- assignee: amaury.forgeotdarc - krisvale keywords: +buildbot -easy, patch nosy: +krisvale -amaury.forgeotdarc versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http

[issue4111] Add Systemtap/DTrace probes

2011-02-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- assignee: dmalcolm - dino.viehland nosy: +dino.viehland versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4111

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2011-02-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- assignee: krisvale - amaury.forgeotdarc keywords: +easy, patch -buildbot nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue11286] Some trivial python 2.x pickles fails to load in Python 3.2

2011-02-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: What if we commit Antoine patch for 3.2.x, and the correct patch for py3k trunk?. I am actually +1 to Marc-Andre. I feel in my guts that the provided patch is hidding a deeper issue. But avoiding surprises for third parties in 3.2.1 is a good

[issue11303] b'x'.decode('latin1') is much slower than b'x'.decode('latin-1')

2011-02-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11303 ___ ___ Python-bugs-list mailing list

[issue1339] smtplib starttls() should ehlo() if it needs to

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1339 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1202] zlib.crc32() and adler32() return value

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1202 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1189216] zipfile module and 2G boundary

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1189216 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1622] zipfile hangs on certain zip files

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1622 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1746] ZIP files with archive comments longer than 4k not recognized as valid by zipfile module

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1746 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1526] DeprecationWarning in zipfile.py while zipping 113000 files

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1526 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1731] Random errors on interpreter shutdown

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1731 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1799 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-01-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1391 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1391] Adds the .compact() method to bsddb db.DB objects

2008-01-29 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I can reproduce the crash from a pure C program, so this library seems buggy. Posting a report in http://forums.oracle.com/forums/thread.jspa?threadID=611821 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1391

[issue1397] py3k-pep3137: failing unit test test_bsddb

2008-01-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1397 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1745035] DoS smtpd vulnerability

2008-01-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1745035 _ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1976] pybsddb leak in using cursors

2008-01-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- severity: normal - major type: - resource usage __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1976 __ ___ Python-bugs-list mailing list

[issue1966] infinite loop in httplib

2008-01-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1966 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1976] pybsddb leak in using cursors

2008-01-31 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Memory leak solved. Commit 293 in Sourceforge __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1976 __ ___ Python-bugs-list mailing list

[issue2249] To document assertTrue in unittest

2008-03-07 Thread Jesús Cea Avión
New submission from Jesús Cea Avión: Python 2.4 and 2.5 unittest includes a assertTrue method undocumented. Document it. It is the same method as assert_ and failUnless, but the name seems clearer. -- assignee: georg.brandl components: Documentation messages: 63347 nosy: georg.brandl

[issue2249] To document assertTrue in unittest

2008-03-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- versions: +Python 2.4 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2249 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2179] with should be as fast as try/finally

2008-03-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2179 __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2249] To document assertTrue in unittest

2008-03-09 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: I noted the issue while working in bsddb3 module. If failed in python2.3 because some tests were using assertTrue. I had to dig where that method came from (time lost!) and found that a) it was added in python 2.4 and b) it is not documented

[issue1275] bsddb closing a DB object before all DBCursors using it are closed crashes

2008-03-10 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: This issue is solved in pybsddb 4.6.1, available in pypi. Python bsddb3 module must be updated and this issue closed as fixed. -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue834461] simple bsddb interface potential for deadlock with threads

2008-03-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea Tracker [EMAIL PROTECTED] http://bugs.python.org/issue834461 ___ Python-bugs-list mailing list Unsubscribe

[issue1215023] bsddb dbobj.DB.associate doesn't accept dbobj.DB param

2008-03-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1215023 _ ___ Python-bugs-list mailing list

[issue1010645] bsddb3 testsuite failure when running more than one time

2008-03-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1010645 _ ___ Python-bugs-list mailing list

[issue1149447] bssdb wrapper does not export some low-level functions

2008-03-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1149447 _ ___ Python-bugs-list mailing list

[issue1202] zlib.crc32() and adler32() return value

2008-03-17 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: I store CRC in reed-solomon schema of mine. I compare with equality, so, I think we should enforce CRC(python 32 bits) == CRC(python 64 bits). I will need to touch my code in python 3.0, but that will be inevitable anyway

[issue730938] Python bsddb docs need update

2008-03-24 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: Done in the pybssdb module (the external one, not the included in python distribution). Online docs available at http://www.argo.es/~jcea/programacion/pybsddb_doc/ The source rst files should be directly usable in the stock 2.6 documentation

[issue2159] dbmmodule inquiry function is performance prohibitive

2008-03-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2159 __ ___ Python-bugs-list mailing list Unsubscribe

[issue2159] dbmmodule inquiry function is performance prohibitive

2008-03-24 Thread Jesús Cea Avión
Jesús Cea Avión [EMAIL PROTECTED] added the comment: I think that -1 is a sanity check. If the count is updated in the database, but it is not transactional (or there are bugs, or the DB is updated by a not up-to-date library, and so on), the cached counter and the real data can diverge

[issue1413192] bsddb: segfault on db.associate call with Txn and large data

2008-03-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1413192 _ ___ Python-bugs-list mailing list

[issue2480] pickling of large recursive structures fails

2008-03-27 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2480 __ ___ Python-bugs-list mailing list Unsubscribe

[issue7753] newgil backport

2010-05-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7753 ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue7753] newgil backport

2010-05-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Sorry for the nosy. There is something going wrong with my Firefox caching. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7753

[issue4111] Add Systemtap/DTrace probes

2010-05-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Ping... We already missed the 2.7 boat. Any hope for 3.2? -- assignee: - prescod keywords: +needs review -patch nosy: +prescod, skip.montanaro -Garen priority: normal - versions: +Python 3.2 -Python 2.7, Python 3.1

[issue4111] Add Systemtap/DTrace probes

2010-07-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: +1! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4111 ___ ___ Python-bugs-list mailing list

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Importing bsddb crashes. Importing bsddb3 (the updated version I keep independiently of python) DOESN'T crash. bsddb = 4.8.4 bsddb3 = 5.0.0 (currently). Checking the changelog, I see this possible cause: * Capsule support was buggy

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: The problem is that the -We is converting the CObject use to ERRORs, when this API is perfectly legal in Python 2.7. bsddb 4.8.4 DOES *legally* uses CObjects in Python 2.7. In pybsddb 5.0.0 I migrated to Capsule, since 5.0 doesn't support python

[issue1385] hmac module violates RFC for some hash functions, e.g. sha512

2010-09-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1385 ___ ___ Python-bugs-list mailing list

[issue5103] ssl.SSLSocket timeout not working correctly when remote end is hanging

2010-09-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5103 ___ ___ Python-bugs-list mailing list

[issue5753] CVE-2008-5983 python: untrusted python modules search path

2010-09-27 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5753 ___ ___ Python-bugs-list mailing list

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-09-27 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: In the spirit of moving this forward: http://mail.python.org/pipermail/python-dev/2010-September/104201.html -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9675

[issue5753] CVE-2008-5983 python: untrusted python modules search path

2010-09-27 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This issue is equivalent to MS Windows DLL hijacking (the MS situation is worse, because the DDL can be in network shares or, even , in remote webdav servers): http://blog.metasploit.com/2010/08/exploiting-dll-hijacking-flaws.html http

[issue9666] 'hasattr' fix to suppress only AttributeError

2010-09-28 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9666 ___ ___ Python-bugs-list mailing list

[issue4111] Add Systemtap/DTrace probes

2010-10-13 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: What do we need to have this ready for Python 3.2?. The oportunity window is closing fast, and 3.3 is two years away... So now or never... -- ___ Python tracker rep...@bugs.python.org http

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-18 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: ZFS supports SEEK_HOLE/SEEK_DATA in lseek() syscall. Oracle Solaris man page por lseek: [...] o If whence is SEEK_HOLE, the offset of the start of the next hole greater than or equal to the supplied offset

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- components: +IO, Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142 ___ ___ Python-bugs

[issue10143] Update os.pathconf values

2010-10-18 Thread Jesús Cea Avión
New submission from Jesús Cea Avión j...@jcea.es: os.pathconf and related functions are a bit outdated and some platforms, like Solaris are pretty badly represented. We need to support more values. Trivial to implement. -- components: Library (Lib) keywords: easy messages: 119113

[issue10143] Update os.pathconf values

2010-10-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- stage: - needs patch type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10143

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142 ___ ___ Python-bugs-list

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-19 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Seems to be adopted too in *bsd: http://manpages.ubuntu.com/manpages/lucid/man2/lseek.2freebsd.html . The feature has patches available too for Linux, but never integrated in mainline kernel, AFAIK. Googling SEEK_HOLE is interesting

[issue10143] Update os.pathconf values

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Committed in r85834. Solaris 10 now shows 25 names available, instead of 14. -- resolution: - accepted stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I attach patch. I have reviewed the IO module and I think we don't need to do any change there, since values over 2 are not touched. The patch is trivial. My plan was to leave this patch for a novice :-). Please, review. But let me do the final

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: [j...@babylon5 py3k]$ ./python Python 3.2a3+ (py3k:85834M, Oct 25 2010, 15:37:04) [GCC 4.5.1] on sunos5 Type help, copyright, credits or license for more information. import os os.SEEK_DATA 3 os.SEEK_HOLE 4

[issue4111] Add Systemtap/DTrace probes

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am trying to review this for 3.2, but I am having some issues. For instance, include/pydtrace.d is not present in the last patch. Please, post a patch with all the required changes in the same (patch) file. Hurry, we are still on track for 3.2

[issue4111] Add Systemtap/DTrace probes

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Malcolm, does your last patch address the performance issue?. Ideally, dtrace support should be compiled in by default, so performance issues are important. Idealy, performance difference between compiling dtrace or not should be negligible

[issue4111] Add Systemtap/DTrace probes

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: We need some documentation, too. Maybe a new chapter, or a new section in the debug chapter. Better the first, since this is not only for debugging, but for performance study too. -- ___ Python

[issue4111] Add Systemtap/DTrace probes

2010-10-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Compiling the code WITHOUT dtrace support gives an error: Undefined first referenced symbol in file __dtrace_python___function__entry ./libpython3.2m.so

  1   2   3   4   5   6   7   8   9   10   >