Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 590831 Details for
Bug 830660
error: 'PyInt_FromSize_t' was not declared in this scope
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The Debian patch
pyint_fromsize_t.diff (text/plain), 751 bytes, created by
Mattias Ellert
on 2012-06-11 06:53:58 UTC
(
hide
)
Description:
The Debian patch
Filename:
MIME Type:
Creator:
Mattias Ellert
Created:
2012-06-11 06:53:58 UTC
Size:
751 bytes
patch
obsolete
>Description: Py3k: Map PyInt_FromSize_t to PyLong_FromSize_t > The latest SWIG version introduced a usage of PyInt_FromSize_t, but > does not define a compatibility macro for Python 3k as for the other > PyInt_... functions. This patch adds that macro. > >Author: Torsten Landschoff <torsten@debian.org> > > >--- swig2.0-2.0.7.orig/Lib/python/pyhead.swg >+++ swig2.0-2.0.7/Lib/python/pyhead.swg >@@ -5,6 +5,7 @@ > #define PyInt_Check(x) PyLong_Check(x) > #define PyInt_AsLong(x) PyLong_AsLong(x) > #define PyInt_FromLong(x) PyLong_FromLong(x) >+#define PyInt_FromSize_t(x) PyLong_FromSize_t(x) > #define PyString_Check(name) PyBytes_Check(name) > #define PyString_FromString(x) PyUnicode_FromString(x) > #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 830660
: 590831