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 ezio.melotti, michael.foord, serhiy.storchaka, skrah, vstinner
Date 2017-10-15.09:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508060157.98.0.213398074469.issue31792@psf.upfronthosting.co.za>
In-reply-to
Content
test_buffer adds two environment variables: 'OPENBLAS_MAIN_FREE': '1', 'GOTOBLAS_MAIN_FREE': '1'.

$ ./python -m test -v test_buffer
...
Warning -- os.environ was modified by test_buffer
  Before: (140174267697792, environ({...})
  After:  (140174267697792, environ({..., 'OPENBLAS_MAIN_FREE': '1', 'GOTOBLAS_MAIN_FREE': '1'}) 
test_buffer failed (env changed)

1 test altered the execution environment:
    test_buffer

Total duration: 8 sec
Tests result: SUCCESS
History
Date User Action Args
2017-10-15 09:35:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, michael.foord, skrah
2017-10-15 09:35:57serhiy.storchakasetmessageid: <1508060157.98.0.213398074469.issue31792@psf.upfronthosting.co.za>
2017-10-15 09:35:57serhiy.storchakalinkissue31792 messages
2017-10-15 09:35:57serhiy.storchakacreate