Package: pycaml / 0.82-14.1
Metadata
Package | Version | Patches format |
---|---|---|
pycaml | 0.82-14.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Wrap Py_ calls.patch | (download) |
pycaml_ml.c |
48 36 + 12 - 0 ! |
wrap py_* calls This patch wraps calls to Python API macros that used to be functions. History: * first provided by Christopher L. Conway (Closes: #477010) * adapted for Python 2.6 by Stephane Glondu (Closes: #531806) |
0002 Removal of PyRange_New.patch | (download) |
pycaml.ml |
3 2 + 1 - 0 ! |
removal of pyrange_new |
0003 Wrap PyEval_CallObject.patch | (download) |
pycaml_ml.c |
5 4 + 1 - 0 ! |
wrap pyeval_callobject PyEval_CallObject became a macro in Python 2.7, so it needs a wrapper to compile properly. Bug-Ubuntu: http://bugs.launchpad.net/ubuntu/+source/pycaml/+bug/688862 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632329 Signed-off-by: Stephane Glondu <steph@glondu.net> |
1