gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-526


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-526-g328cf50
Date: Tue, 27 Dec 2016 04:43:04 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  328cf5039c058b4d26fb5b2e15ea982b889653f6 (commit)
      from  5f0a605a1a4f987ef7ab21279d9d6dfd30c949ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 328cf5039c058b4d26fb5b2e15ea982b889653f6
Author: Fred Wright <address@hidden>
Date:   Mon Dec 26 20:33:57 2016 -0800

    Fixes gpscat to avoid the possibly missing select.poll().
    
    Although poll() is generally preferred to select() in C code, in
    Python, select.poll is considered OS-dependent, and is missing in some
    Python versions, notably in some OSX cases.  Since gpscat is not a
    performance-critical application, simply using the older but more
    portable select.select is preferable to some fancier scheme using
    different methods on different OSes.
    
    TESTED:
    Ran gpscat on OSX with all supported Python versions.

-----------------------------------------------------------------------

Summary of changes:
 gpscat |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]