- Notifications
You must be signed in to change notification settings - Fork136
Commit9682602
restore Mock._spec_asyncs and match upstream
Summary:D42039568 (733b7b3) backported an early version ofpython/cpython#100252,and there were some changes made before that PR was merged upstream.Backport those changes so we match upstream behavior. Most importantly,this restores `_spec_asyncs`, which although a private API does seem to be used.Reviewed By: itamaroDifferential Revision: D42416767fbshipit-source-id:a7e7a211 parent6002c4b commit9682602
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| 496 | + | |
496 | 497 | | |
497 | 498 | | |
498 | 499 | | |
| |||
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
506 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
507 | 514 | | |
508 | 515 | | |
509 | 516 | | |
510 | 517 | | |
511 | 518 | | |
512 | 519 | | |
| 520 | + | |
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
| |||
998 | 1006 | | |
999 | 1007 | | |
1000 | 1008 | | |
1001 | | - | |
1002 | | - | |
| 1009 | + | |
1003 | 1010 | | |
1004 | 1011 | | |
1005 | 1012 | | |
| |||
0 commit comments
Comments
(0)