Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicitly type fcntl.ioctl function #754

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

gronke
Copy link
Member

@gronke gronke commented Apr 13, 2020

Explicitly types the fcntl.ioctl method arguments. Fixes an issue reported by MyPy.

Should be fixed with the next MyPy release:
python/typeshed@009b269

The fix was published on 2020-03-24 while MyPy 0.770 was releases 4 days earlier.

addresses an update of Python Typeshed
@gronke gronke added the chore label Apr 13, 2020
addresses an error installing git:

  mount -t fdescfs null /dev/fd
  pkg install -y git
  Updating FreeBSD repository catalogue...
  Fetching meta.txz: . done
  pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
  repository FreeBSD has no meta file, using default settings
  Fetching packagesite.txz: .......... done
  pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
  pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0
  Unable to open created repository FreeBSD
  Unable to update repository FreeBSD
  Error updating repositories!
  Exit status: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant