Skip to content

Conversation

palaviv
Copy link
Contributor

@palaviv palaviv commented Jun 26, 2019

The following changes are part of the efforts to enable .pyc files.
This change allow the following:

  • Receive open fd descriptor as name parameter.
  • Accept ByteArray as input to write.
  • Ignore chars after first char in mode.

@codecov-io
Copy link

Codecov Report

Merging #1062 into master will increase coverage by 0.02%.
The diff coverage is 27.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1062      +/-   ##
==========================================
+ Coverage   64.65%   64.68%   +0.02%     
==========================================
  Files         101      101              
  Lines       18305    18307       +2     
  Branches     4042     4037       -5     
==========================================
+ Hits        11836    11842       +6     
- Misses       3688     3690       +2     
+ Partials     2781     2775       -6
Impacted Files Coverage Δ
vm/src/stdlib/io.rs 65.3% <27.9%> (+0.97%) ⬆️
vm/src/builtins.rs 70.01% <0%> (+0.05%) ⬆️
vm/src/exceptions.rs 48.14% <0%> (+0.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c96680a...8cdf19c. Read the comment docs.

@palaviv palaviv merged commit da39dde into RustPython:master Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants