Kaydet (Commit) a51b90a3 authored tarafından Barry Warsaw's avatar Barry Warsaw Kaydeden (comit) GitHub

Document Py_GETENV() (#3890)

üst 731e1890
......@@ -132,6 +132,11 @@ complete listing.
Argument must be a character or an integer in the range [-128, 127] or [0,
255]. This macro returns ``c`` cast to an ``unsigned char``.
.. c:macro:: Py_GETENV(s)
Like ``getenv(s)``, but returns *NULL* if :option:`-E` was passed on the
command line (i.e. if ``Py_IgnoreEnvironmentFlag`` is set).
.. _api-objects:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment