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.
Created on 2014年02月27日 16:46 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg212367 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2014年02月27日 16:46 | |
Some tests have a leading underscore which means they were probably turned off for testing purposes but forgot to be flipped back on. Should turn them back on and make sure that they actually still pass. |
|||
| msg212766 - (view) | Author: Matheus Vieira Portela (matheus.v.portela) * | Date: 2014年03月05日 18:24 | |
Apparently, the methods with leading underscore are being tested by two classes (SourceLoaderBadBytecodeTest and SourcelessLoaderBadBytecodeTest) that implement methods with similar names (but without the underscore). Simply removing the underscore breaks the tests since they cannot differ between the methods with and without underscore. |
|||
| msg212768 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2014年03月05日 20:24 | |
Thanks for checking, Matheus! Closing this as invalid then. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:59 | admin | set | github: 64998 |
| 2014年03月05日 20:24:17 | brett.cannon | set | status: open -> closed resolution: not a bug messages: + msg212768 |
| 2014年03月05日 18:24:32 | matheus.v.portela | set | nosy:
+ matheus.v.portela messages: + msg212766 |
| 2014年02月27日 16:46:44 | brett.cannon | create | |