1 / 97
else if (PyLong_Check(obj))
970 likes | 1.11k Vues
*** oleargs.cpp.orig Mon Jul 21 20:48:10 1997 --- oleargs.cpp Fri May 5 18:55:56 2006 *************** *** 37,59 **** }. else if (PyLong_Check(obj)). {. ! double dval = PyLong_AsDouble(obj);. ! BOOL isDword = FALSE;. ! if (dval >= 0 && dval < (double)ULONG_MAX). {.
Télécharger la présentation
else if (PyLong_Check(obj))
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
*** oleargs.cpp.orig Mon Jul 21 20:48:10 1997 --- oleargs.cpp Fri May 5 18:55:56 2006 *************** *** 37,59 **** }
More Related