Fixing docs is fine - please checkin.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Fredrik Lundh wrote:
> Georg Brandl wrote:
>
>>> The example code causes segfaults and probably always has (at last to 2.2)
>>
>> Interesting! From a naive POV, the docs' example is quite right.
>
> except that it doesn't work?
I wanted to say: From looking at the docs only, it should be alrigh
Georg Brandl wrote:
> Okay, now that I stumbled over and read the c.l.py thread, I think that we
> should
>
> * remove the faulty example (the correct one is already in there)
> * add a note to PyList_New that the new list must be filled with items
>before handing it to Python code or using
Georg Brandl wrote:
>> The example code causes segfaults and probably always has (at last to 2.2)
>
> Interesting! From a naive POV, the docs' example is quite right.
except that it doesn't work?
the problem is that it's using a *high-level* API to manipulate objects
that are not properly init
The release candidate is done - we creep ever closer to 2.5 final. Hoooray!
All future 2.5 releases (including 2.5 final!) will now be done from the new
release25-maint trunk
(svn+ssh://[EMAIL PROTECTED]/python/branches/release25-maint) - so any
changes you want to see after 2.5c1 and before 2.
The trunk is unfrozen now. Sorry about the delay - combination of a laptop
motherboard replacement and a DSL provider with a network that was .. ahem...
slightly slow.
I'm still planning to branch at 2.5c1, the next release. That then opens the
trunk up for all the bad craziness that's planned
beta2 is done, so trunk is unfrozen. Remember, we're still in feature
freeze, so new features need approval before being committed.
Thanks!
Anthony
--
Anthony Baxter <[EMAIL PROTECTED]>
It's never too late to have a happy childhood.
___
Python-Dev
Anthony Baxter <[EMAIL PROTECTED]> wrote:
> 2.5b1 is out, so I'm declaring the SVN trunk unfrozen. Note, though,
> that as we're now post-beta, we're in FEATURE FREEZE.
Hey Raymond, any word on those binascii additions, or should I clean up
that struct patch and add in some tests?
- Josiah
_
2.5b1 is out, so I'm declaring the SVN trunk unfrozen. Note, though,
that as we're now post-beta, we're in FEATURE FREEZE.
Really. This means you. :-)
No new features should be checked in without prior approval - checkins
that violate this will quite probably get backed out.
I expect that we
The release is done. The trunk is now unfrozen.
Thanks,
Anthony
--
Anthony Baxter <[EMAIL PROTECTED]>
It's never too late to have a happy childhood.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
On Wednesday 05 April 2006 23:20, Anthony Baxter wrote:
> www.python.org/dev/buildbot/all,
That should be www.python.org/dev/buildbot/all/ (needs the trailing /)
Anthony
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/l
Python 2.5a1 is done. Please feel free to checkin to the trunk again.
I should note here - the ubuntu dapper x86 buildbot is now running
with a compiler of "icc -Wp64". This is Intel's C compiler, with
warnings about potential 64 bit issues turned on. I tried with -Wall,
but the icc compiler's
12 matches
Mail list logo