summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 08:48:08 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 08:48:08 (GMT)
commitb19ef1846c5c37f9a0ed9f385a35fdd8d4b9a876 (patch)
treebcb5a1001f6a79ef7385eec8e09b25e3d0a154d2 /Python/ceval.c
parent242e6a0bce9143c62262817b17b46d32a3c916a3 (diff)
downloadcpython-b19ef1846c5c37f9a0ed9f385a35fdd8d4b9a876.zip
cpython-b19ef1846c5c37f9a0ed9f385a35fdd8d4b9a876.tar.gz
cpython-b19ef1846c5c37f9a0ed9f385a35fdd8d4b9a876.tar.bz2
Closes #18927: Lock.acquire only accepts -1 or positive values for timeout.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
nd appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ //! [0] QScriptEngine engine; QScriptEngineDebugger debugger; debugger.attachTo(&engine); //! [0] //! [1] engine.evaluate("debugger"); //! [1]