Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...() method has been optimized quite a bit in platform-specific ways: on systems (like Linux) that support flockfile(), getc_unlocked(), and funlockfile(), those are used by default. On systems (like Windows) without getc_unlocked(), a complicated (but still thread-safe) method using fgets() is used by default. You can force use of the fgets() method by #define'ing USE_FGETS_IN_GETLINE at build time (it may be faster than getc_unlocked()). You can force fgets() not to be used by #define'ing DONT...
...(Nick) Coghlan Alex Gaynor Marc-Andre Lemburg Van Lindberg Ashwini Oruganti Anna Ossowski Carrie Ann Philbin Lynn Root Carol Willing 2014-2015 Officers 2014-2015 Guido van Rossum, President Van Lindberg, Chair Kurt Kaiser, Treasurer Brian Curtin, Communications Diana Clarke, PyCon Chair Ewa Jodlowska, Secretary and Event Coordinator David Mertz, Vice-Chair and Chair Elect Board of Directors 2014-2015 Alyssa (Nick) Coghlan Brian Curtin Kushal Das Selena Decklemann Alex Gaynor Marc-Andre Lem...
...(Revised Proposal) A Scouting Expedition for the Programmers of Tomorrow Corporation for National Research Initiatives July 1999 CNRI Proposal # 90120-1a PI: Guido van Rossum Point of Contact: Guido van Rossum Corporation for National Research Initiatives 1895 Preston White Drive, Suite 100 Reston, VA 20191-5434 Tel: (703) 620-8990 Fax: (703) 620-0913 Email: guido@cn...
If you didn't find what you need, try your search in the Python language documentation.