This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, yselivanov
Date 2015-05-16.10:50:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431773458.03.0.895470927219.issue24208@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -vv -m '*_eq*' test_inspect 
== CPython 3.5.0a4+ (default:a444464a2e87+, May 15 2015, 09:50:37) [GCC 4.8.2]
==   Linux-3.13.0-52-generic-i686-with-debian-jessie-sid little-endian
==   hash algorithm: siphash24 32bit
==   /home/serhiy/py/cpython/build/test_python_17721
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_inspect
test_signature_equality (test.test_inspect.TestSignatureObject) ... ok
test_signature_parameter_equality (test.test_inspect.TestParameterObject) ... ok
test_signature_bound_arguments_equality (test.test_inspect.TestBoundArguments) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.032s

OK
Warning -- files was modified by test_inspect
  Before: []
  After:  ['@test_17721_tmp_dir/'] 
1 test altered the execution environment:
    test_inspect
History
Date User Action Args
2015-05-16 10:50:58serhiy.storchakasetrecipients: + serhiy.storchaka, yselivanov
2015-05-16 10:50:58serhiy.storchakasetmessageid: <1431773458.03.0.895470927219.issue24208@psf.upfronthosting.co.za>
2015-05-16 10:50:57serhiy.storchakalinkissue24208 messages
2015-05-16 10:50:57serhiy.storchakacreate