Skip to content

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Oct 7, 2020


- fixes #691 `platform.system()` causing `fork()` warnings
@casperdcl casperdcl added p0-bug-critical ☢ Exception rasing to-merge ↰ Imminent synchronisation ⇶ Multi-thread/processing c1-quick 🕐 Complexity low labels Oct 7, 2020
@casperdcl casperdcl added this to the Non-breaking milestone Oct 7, 2020
@casperdcl casperdcl self-assigned this Oct 7, 2020
@casperdcl casperdcl changed the title utils:OS detection using sys.platform next release v4.50.2 Oct 7, 2020
@casperdcl casperdcl mentioned this pull request Oct 7, 2020
3 tasks
@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #1046 into master will increase coverage by 0.01%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master    #1046      +/-   ##
==========================================
+ Coverage   86.45%   86.46%   +0.01%     
==========================================
  Files          22       22              
  Lines        1440     1456      +16     
  Branches      244      247       +3     
==========================================
+ Hits         1245     1259      +14     
  Misses        165      165              
- Partials       30       32       +2     

@casperdcl casperdcl added c8-hard 🕗 Complexity high and removed c1-quick 🕐 Complexity low labels Oct 7, 2020
@casperdcl casperdcl merged commit 8f9e03d into master Oct 8, 2020
@casperdcl
Copy link
Member Author

/tag v4.50.2 8f9e03d

@casperdcl casperdcl linked an issue Oct 9, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c8-hard 🕗 Complexity high p0-bug-critical ☢ Exception rasing synchronisation ⇶ Multi-thread/processing to-merge ↰ Imminent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiprocessing on py>=3.7 causes threading.RLock pickling exception MPI compatibility Test fails on 32-bit Intel
2 participants