Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...Object_Str() API called PyObject_Unicode(). It behaves in the same way as the former, but assures that the returned value is an Unicode object (applying the usual coercion if necessary). The comparison operators support "rich comparison overloading" (PEP 207). C extension types can provide a rich comparison function in the new tp_richcompare slot in the type object. The cmp() function and the C function PyObject_Compare() first try the new rich comparison operators before trying the...
...Object.method returns an ordinary function object, instance.method still returns a bound method object. The API of bound methods is cleaned up, too. The im_class attribute is removed and im_func + im_self are renamed to __func__ and __self__. The factory PyMethod_New takes only func and instance as argument. intobject.h is no longer included by Python.h. The remains were moved to longobject.h. It still exists to define several aliases from PyInt to PyLong functions. Removed sys.maxint, use sys....
...Object*" NAME="right"></VARIABLE> <VARIABLE TYPE="PyObject*" NAME="left"></VARIABLE> <VARIABLE TYPE="PyObject*" NAME="expr"></VARIABLE> <CODE_SNIPPET> right = stack_pop(); left = stack_pop(); expr = PyObject_CallMethod(ParsedExpr, "ParsedUnionExpr", "OO", left, right); decref(right); decref(left); stack_push(expr); </CODE_SNIPPET> </CODE> ...
Version: None
Released: Nov. 15, 2022
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a2 is the second of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
...objective of this grant is to reduce the difficulty of finding and disseminating videos related to Python," I disagree with the preposition: Python videos are not difficult to find." D. Mertz: "I don't see enough benefit to fund it at levels like they are requesting." J. Rush: "I agree, just finding them [Python videos] is not hard but I'd hoped it would also critique or filter them too." S. Holden: "It's not difficult to find Python videos, but it's not easy t...
...objections to the budget. A. Kuchling will make a static copy of the budget for the records and prepare a resolution approving the submitted budget. A. Kuchling noted that one goal was to add breakfast, but it isn't included in our $42/day food cost, and would be expensive to add. He suggested we just have no breakfast again this year, and there was no objection. S. Holden noted that sponsorship efforts will ramp up in the next two weeks. We already have two platinum sponsors, one gold sponso...
...object and if they object then obviously we need to take that into account. Further discussion was deferred to email. 7 Introduction & Support for OBOOE Martijn Faassen introduced Xavier Heymans (CEO, Zea Partners) to us. Xavier is forming OBOOE, the European Federation of the Open Source Industry: Our goal is to develop collaboration with existing organizations and fill the gap in business advocacy and economical issues. OBOOE seems to want to cooperate with the PSF as ...
...objections to the place of the meeting, the time of the meeting, or the manner in which it has been called or conveyed, except when a director states, at the beginning of the meeting, any objection to the transaction of business because the meeting is not lawfully called or convened. Members of the Board of Directors may participate in a meeting of such Board or of any committee designated by such Board by conference telephone, internet voice conference, or similar communications medium by mean...
...objective tracking system against a wider range of input than previously, which exposed several deficiencies needing correction. Fixed those and released the PyTexas sponsor payment collection webpages to production, integrated into the PyTexas wiki. Next task: HAM signup webpages. My focus is on PSF Sponsor invoicing, Federal taxes, the Associate Member program, AR and AP reduction. It was necessary to accomplish the CiviContribute milestone fi...
...objects, and both are stored in the table of loaded modules, sys.modules. The key in sys.modules is the full dotted name of a module (which is not always the same name as used in the import statement). This is also the contents of the __name__ variable (which gives the full name of the module or package). The __path__ Variable The one distinction between packages and modules lies in the presence or absence of the variable __path__. This is only present for packages. It is initia...
...objectionable. As long as these changes are made in accordance with the old bylaws, these should be fine. V. Lindberg joined the meeting to suggest some amendments to the proposed revisions. The Board agreed to defer voting until the proposed new bylaws changes have been finalized. 7 International Trademark Registration S. Holden reported that PSF counsel suggests that we could register the "Python" mark in major markets (the EU, Brazil, Japan, Australia, India, Arg...
...objective fact. 2. The budget is "completed" - the budget, and it's details are being sent in a separate email to psf at python.org - it is not currently for public consumption. 3. The adoption of http://us.pycon.org/2012/diversity/ and http://us.pycon.org/2012/codeofconduct/ have caused some strife - but the team has accepted these, as has the majority of the community. We will be publishing the "enforcement" manual publicly as well. 4. The team put together a PyCon 2012 Gui...
...objections from TC. November 2012. Chris Wayne <chris.wayne at canonical.com> inquired about using Python logo for a "lens" in Unity desktop. TC granted permission. November 2012. Christian Malpeli <cmalpeli at gmail.com> inquires about nominative use of Python logo. TC approves it and provides clarification. December 2012. Our friend Jonathan Hosmer <jon at pythonforios.com> continues to provide sample registration codes for "Python N.m for iOS" to psf-me...
If you didn't find what you need, try your search in the Python language documentation.