Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194177 Details for
Bug 193937
games-board/kombilo: A go games database program for pattern searches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to make the C part compiling with python 2.6
kombilo-0.5m-patch-dict-sizes.diff (text/plain), 519 bytes, created by
Guillaume BINET
on 2009-06-10 16:17:23 UTC
(
hide
)
Description:
Patch to make the C part compiling with python 2.6
Filename:
MIME Type:
Creator:
Guillaume BINET
Created:
2009-06-10 16:17:23 UTC
Size:
519 bytes
patch
obsolete
>--- kombilo05/sgfpars.cc.old 2009-06-10 18:09:29.000000000 +0200 >+++ kombilo05/sgfpars.cc 2009-06-10 18:10:55.000000000 +0200 >@@ -860,7 +860,7 @@ > int l = 0; > > PyObject *key, *value; >- int pos = 0; >+ Py_ssize_t pos = 0; > > while (PyDict_Next(data, &pos, &key, &value)) { > char* s = PyString_AsString(key); >@@ -900,7 +900,7 @@ > int l = 0; > > PyObject *key, *value; >- int pos = 0; >+ Py_ssize_t pos = 0; > > while (PyDict_Next(data, &pos, &key, &value)) { > char* s = PyString_AsString(key); >
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 Raw
Actions:
View
Attachments on
bug 193937
:
131994
|
131996
|
131997
|
131998
|
159571
|
159573
|
159574
|
159576
| 194177 |
194178