Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
diffoscope
diffoscope
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Reproducible Builds
  • diffoscopediffoscope
  • Issues
  • #75

Closed
Open
Opened Nov 12, 2019 by Allan McRae@allan-guest
  • Report abuse
  • New issue
Report abuse New issue

"line buffering (buffering=1) isn't supported in binary mode" warnings with Python 3.8

diffoscope-129

$ diffoscope bzip2-1.0.8-3-x86_64.pkg.tar.xz build/bzip2-1.0.8-3-x86_64.pkg.tar.xz 
2019-11-12 23:00:22 W: diffoscope.main: Fuzzy-matching is currently disabled as the "tlsh" module is unavailable.
/usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdout = io.open(c2pread, 'rb', bufsize)
/usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdout = io.open(c2pread, 'rb', bufsize)
/usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  self.stdout = io.open(c2pread, 'rb', bufsize)
...
Edited Nov 13, 2019 by Chris Lamb
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: reproducible-builds/diffoscope#75