Patches item #1448484, was opened at 2006-03-12 22:41 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1448484&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Windows Group: Python 2.5 >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Zooko O'Whielacronx (zooko) Assigned to: Nobody/Anonymous (nobody) Summary: declspec for ssize_t Initial Comment: If you apply this patch (against today's SVN trunk) then the new ssize_t funcs will be exported when building a DLL with cygwin gcc 3.4.4. Then you'll hit another problem, about which more in the next patch. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-04-15 18:00 Message: Logged In: YES user_id=21627 I believe the problem has been fixed in the trunk; if not, please submit a bug report. ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2006-03-19 11:24 Message: Logged In: YES user_id=21627 Can you please explain what the problem is? PyArg_Parse is declared dllexport already in Include/modsupport.h, so declaring it dllexport in getargs.c should not be necessary. Also, please don't declare _PyArg_Parse_SizeT dllexport in the implementation file; instead, add a prototype in the header file and declare that as dllexport. IOW, there shouldn't be any changes to getargs.c. ---------------------------------------------------------------------- Comment By: Zooko O'Whielacronx (zooko) Date: 2006-03-13 15:21 Message: Logged In: YES user_id=52562 I think the initial summary wasn't clear. With this patch, the new ssize_t feature that was recently merged into trunk compiles on Cygwin. Without this patch, it doesn't. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1448484&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
